summaryrefslogtreecommitdiff
path: root/jstests/tool
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16235 fix dumprestore8.js on wiredtigerKyle Erf2014-12-171-1/+1
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-162-79/+16
* SERVER-16186: newCollectionsUsePowerOf2Sizes should warn users it no longer w...Mark Benvenuto2014-12-151-3/+11
* TOOLS-492 stat1.js should explicitly specify --authenticationDatabasemike o'brien2014-12-121-2/+2
* TOOLS-494: fix restorewithauth.js and TOOLS-497: fix dumprestore_auth.jsSam Helman2014-12-112-27/+79
* TOOLS-450 Revert restorewithauth.jsMatt Kangas2014-12-101-78/+28
* TOOLS-450 some dumprestore js tests query system.indexes or system.namespaces...Sam Helman2014-12-106-73/+164
* TOOLS-327 fix tests relying on --w to use --writeConcernmike o'brien2014-11-215-13/+13
* SERVER-15979 remove even more mmap_v1ismsAdam Midvidy2014-11-061-10/+20
* SERVER-15992 dumprestore_auth{2,3} js rely on W=0Adam Midvidy2014-11-062-8/+12
* SERVER-15979 remove another mmap_v1ism from tool suiteAdam Midvidy2014-11-061-1/+2
* SERVER-15980 disable dumprestore_auth.js until it is rewritten to work on WTAdam Midvidy2014-11-051-0/+2
* SERVER-15979: Remove mmap_v1isms from tool suiteAdam Midvidy2014-11-056-28/+38
* SERVER-15960 dumpfilename1.js test should not depend on single-threaded seman...Adam Midvidy2014-11-041-14/+3
* TOOLS-261 dumprestore_auth test must allow listIndexes permissionmike o'brien2014-10-281-1/+1
* SERVER-15535 add version 2 to generated oplog documentEric Milkie2014-10-171-1/+1
* SERVER-15703 use w=1 for dumprestore testmike o'brien2014-10-171-3/+3
* SERVER-15597 Fix race condition in dumprestore7.jsKyle Erf2014-10-101-1/+1
* SERVER-15517 use slashes rather than double quotes for escaping in shell laun...Sam Helman2014-10-101-0/+22
* SERVER-15547 move gridfs sharding test to the "tool" testsGreg Studer2014-10-091-0/+65
* SERVER-15547 removed tests that rely on tools --dbpath optionBenety Goh2014-10-081-73/+0
* SERVER-14668 ignore empty options returned from listCollections in dumprestor...Dan Pasette2014-10-081-3/+5
* SERVER-15547 removed tests that rely on tools --dbpath optionBenety Goh2014-10-077-601/+192
* SERVER-15517 Remove spaces from query in dumprestore7.js, exportimport4.js an...Sam Helman2014-10-073-8/+11
* SERVER-15487 added 'command' mode to run commands on databaseBenety Goh2014-10-061-22/+98
* SERVER-15397 use parsed values to check correctness of CSV import/export valuesmike o'brien2014-10-031-3/+16
* SERVER-15397 use doc equality test instead of string equality to test csv importmike o'brien2014-10-011-2/+2
* SERVER-15397 don't use strict string comparison for documents imported from csvWisdom Omuya2014-10-011-1/+1
* SERVER-5520 do not check exit code on tool invocationBenety Goh2014-09-291-2/+3
* SERVER-5520 SERVER-15096 do not check exit code for mongoshim in normal opera...Benety Goh2014-09-291-28/+23
* SERVER-15096 added modes to mongoshim. also added JS test and a number of tes...Benety Goh2014-09-261-0/+169
* SERVER-15397 don't use strict string comparison for documents imported from csv.mike o'brien2014-09-261-3/+3
* SERVER-15397 don't use strict order comparison in tsv1.js testmike o'brien2014-09-251-2/+2
* SERVER-14904 Change dates in exportimport_date.js to account for different ti...Jonathan Reams2014-08-141-2/+2
* SERVER-14378: backup/restore role needs listCollectionsEliot Horowitz2014-08-011-1/+3
* SERVER-13760 added check on source collection size before running mongoexportBenety Goh2014-07-311-0/+3
* Use clearRawMongoProgramOutput to avoid test failure from asserts in the serv...Spencer T Brody2014-07-231-0/+1
* SERVER-14212 When restoring users and roles for a single db with --drop, don'...Spencer T Brody2014-07-181-22/+29
* SERVER-4345 mongorestore will read from stdin when filename is "-"Benety Goh2014-07-021-0/+8
* SERVER-14253 mongoexport csv should generate 'ObjectId', not 'ObjectID'Matt Kangas2014-06-251-1/+1
* SERVER-14315 Support MinKey and MaxKey extended JSON objects in JSON parserShaun Verch2014-06-251-0/+37
* SERVER-14249 Add mongodump tests with --dbpathJonathan2014-06-131-0/+12
* SERVER-2459 Add excludeCollection and excludeCollectionsWithPrefix options to...Shaun Verch2014-06-131-0/+113
* SERVER-14232 Add additional js tests for Backup and Restore roles with AuthJonathan2014-06-122-43/+133
* SERVER-14140 Disallow setting both --host and --dbpath in toolsShaun Verch2014-06-091-0/+73
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-231-0/+46
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-222-10/+3
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-154-19/+10
* SERVER-13804 add necessary privilege to the built-in restore roleAmalia Hawkins2014-05-141-40/+79
* SERVER-12605 update ShardingTest to turn off balancer by defaultdaveh862014-05-121-1/+1