Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-44762 Remove go tools specific tests | Andrew Morrow | 2020-01-27 | 1 | -71/+0 |
| | |||||
* | SERVER-38143 Removing MMAPV1 noprealloc command-line option from jstests | Gregory Wlodarek | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | SERVER-25640 terminate running processes in jstests | Kevin Albertson | 2018-02-08 | 1 | -0/+1 |
| | |||||
* | SERVER-23741 Use MongoRunner.runMongoTool() to run tools from JS tests. | Max Hirschhorn | 2016-06-07 | 1 | -20/+33 |
| | | | | | | | | | | Changes all usages of runMongoProgram(<mongo tool>, ...) to MongoRunner.runMongoTool(<mongo tool>, {...}) to take advantage of the --dialTimeout command line option supported by the mongo tools. Adds support for specifying positional arguments to MongoRunner.runMongoTool() in order to support all invocations of the bsondump and mongofiles tools. | ||||
* | SERVER-22468 Format JS code with approved style in jstests/ | Jonathan Abrahams | 2016-03-09 | 1 | -23/+38 |
| | |||||
* | SERVER-17450 Standardize on a single way to start mongod in tests | Spencer T Brody | 2015-04-06 | 1 | -6/+5 |
| | |||||
* | SERVER-15547 removed tests that rely on tools --dbpath option | Benety Goh | 2014-10-07 | 1 | -22/+0 |
| | |||||
* | SERVER-11462 use base name in tests where verifying filenames. also added ↵ | Benety Goh | 2013-11-01 | 1 | -2/+3 |
| | | | | base name to listFiles() result | ||||
* | SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) ↵ | Benety Goh | 2013-10-29 | 1 | -2/+2 |
| | | | | mongod processes through the mongo shell | ||||
* | better tool test for slow disks | Eliot Horowitz | 2010-10-29 | 1 | -1/+1 |
| | |||||
* | SERVER-308 add support for --directoryperdb option | Aaron | 2010-01-26 | 1 | -2/+2 |
| | |||||
* | changed mongoimportJSON to mongoimport - handles json/tsv/csv | Eliot Horowitz | 2009-10-09 | 1 | -2/+2 |
| | |||||
* | make tool test more reliable MINOR | Eliot Horowitz | 2009-08-28 | 1 | -3/+4 |
| | |||||
* | debugging for random tool failure test MINOR | Eliot Horowitz | 2009-08-27 | 1 | -1/+3 |
| | |||||
* | wait for tools to quit before continuing - faster and more reliable | Eliot Horowitz | 2009-08-24 | 1 | -16/+24 |
| | |||||
* | better debugging for a test MINOR | Eliot Horowitz | 2009-07-29 | 1 | -2/+2 |
| | |||||
* | explicitly bind e2e mongod instances to loopback interface | Aaron | 2009-05-20 | 1 | -3/+3 |
| | |||||
* | add tool tests where db data files are accessed directly | Aaron | 2009-05-20 | 1 | -13/+30 |
| | |||||
* | add smokeTool | Aaron | 2009-05-20 | 1 | -0/+36 |