summaryrefslogtreecommitdiff
path: root/jstests/tool/tool1.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-44762 Remove go tools specific testsAndrew Morrow2020-01-271-71/+0
|
* SERVER-38143 Removing MMAPV1 noprealloc command-line option from jstestsGregory Wlodarek2018-12-111-1/+1
|
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+1
|
* SERVER-23741 Use MongoRunner.runMongoTool() to run tools from JS tests.Max Hirschhorn2016-06-071-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 Abrahams2016-03-091-23/+38
|
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-061-6/+5
|
* SERVER-15547 removed tests that rely on tools --dbpath optionBenety Goh2014-10-071-22/+0
|
* SERVER-11462 use base name in tests where verifying filenames. also added ↵Benety Goh2013-11-011-2/+3
| | | | base name to listFiles() result
* SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) ↵Benety Goh2013-10-291-2/+2
| | | | mongod processes through the mongo shell
* better tool test for slow disksEliot Horowitz2010-10-291-1/+1
|
* SERVER-308 add support for --directoryperdb optionAaron2010-01-261-2/+2
|
* changed mongoimportJSON to mongoimport - handles json/tsv/csvEliot Horowitz2009-10-091-2/+2
|
* make tool test more reliable MINOREliot Horowitz2009-08-281-3/+4
|
* debugging for random tool failure test MINOREliot Horowitz2009-08-271-1/+3
|
* wait for tools to quit before continuing - faster and more reliableEliot Horowitz2009-08-241-16/+24
|
* better debugging for a test MINOREliot Horowitz2009-07-291-2/+2
|
* explicitly bind e2e mongod instances to loopback interfaceAaron2009-05-201-3/+3
|
* add tool tests where db data files are accessed directlyAaron2009-05-201-13/+30
|
* add smokeToolAaron2009-05-201-0/+36