summaryrefslogtreecommitdiff
path: root/jstests/tool
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21724 Let backup role read system.profileSpencer Jackson2015-12-151-4/+22
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-084-5/+5
* SERVER-6102 Deserialize BSON undefined as JS undefinedJonathan Reams2015-11-111-12/+2
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-232-4/+17
* SERVER-20759 dumprestore.js chooses primary port for mongorestoreDan Pasette2015-10-051-41/+25
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-2/+2
* Revert "SERVER-18498 New replica set configurations have protocolVersion=1 by...Jason Rassi2015-09-241-2/+2
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultSiyuan Zhou2015-09-231-2/+2
* SERVER-17425 Disallow creation of v0 indexesDan Pasette2015-09-221-0/+26
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-091-2/+8
* SERVER-13647 give restore privileges to rootMerry Mou2015-08-212-283/+325
* TOOLS-833 disable unreliable dump to stdout testGabriel Russell2015-07-231-11/+0
* SERVER-18982: do inserts as inserts in replicationScott Hernandez2015-07-201-1/+1
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-151-1/+2
* SERVER-18239 dumpauth.js should use correct db/collection namesmike o'brien2015-04-281-8/+9
* SERVER-17971 Remove separateConfig option from ShardingTest and make its beha...Spencer T Brody2015-04-141-1/+1
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-066-32/+24
* SERVER-17634 do not apply replicated insert operations on missing collectionsBenety Goh2015-03-181-0/+2
* make tool_replset.js more resilient against certain failuresmatt dannenberg2015-02-261-55/+56
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-191-7/+1
* SERVER-16893 Disallow creation of v0 indexes with non-mmapv1 storage enginesalabid2015-01-231-50/+0
* SERVER-16522 Update remaining jstests to use getCollectionInfos()Jason Rassi2014-12-231-6/+4
* TOOLS-488 Tools exit 1 on errorGabriel Russell2014-12-232-3/+3
* 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