summaryrefslogtreecommitdiff
path: root/jstests/libs
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22641 Disable clang-format for template strings in JS codeJonathan Abrahams2016-02-171-0/+4
* SERVER-22547 added support for config server replica set options to ShardingTestBenety Goh2016-02-101-10/+11
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-2/+3
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-091-3/+2
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-2/+3
* Revert "SERVER-22234 add tests"Robert Guo2016-02-091-3/+2
* add testsRobert Guo2016-02-091-2/+3
* SERVER-21698 Add error-checking for isMaster() return values in jstests/libs/...Mike Grundy2016-02-051-2/+9
* SERVER-22341 fix jslint errors in jstests/libs with eslint --fixMike Grundy2016-02-058-166/+166
* SERVER-22297 Add framework for writing tests that perform CSRS upgrade, conve...Spencer T Brody2016-02-041-0/+240
* SERVER-22362 better bookkeeping of primary and secondary nodes at the beginni...Benety Goh2016-02-011-15/+10
* SERVER-22059 Add the authSchemaUpgrade command to the readConcern passthroughJonathan Abrahams2016-02-011-0/+1
* SERVER-22048 Add index stats test covering multiple potential plan matchJames Wahlin2016-01-121-17/+39
* SERVER-22081 Enable CSRS continuous stepdown workload in evergreenDianna Hohensee2016-01-111-0/+11
* SERVER-22010 Blacklist min_optime_recovery.js from continuous config stepdown...Kaloian Manassiev2015-12-231-2/+5
* SERVER-21050 Continuous config server primary step downKaloian Manassiev2015-12-231-0/+176
* SERVER-21382 fixing sharding migration to transfer only document deletions re...Dianna Hohensee2015-12-221-2/+6
* Revert "SERVER-21366 Periodically yield when applying migration deletions"Dan Pasette2015-12-181-6/+4
* Revert "SERVER-21050 Continuous config server primary step down"Kaloian Manassiev2015-12-111-143/+0
* SERVER-21050 Continuous config server primary step downKaloian Manassiev2015-12-111-0/+143
* SERVER-21050 Introduce ReplSetTest.State enumeration everywhereKaloian Manassiev2015-12-111-1/+1
* SERVER-21248 added checks to election_timing.js to ensure failovers complete ...Benety Goh2015-12-101-11/+51
* SERVER-21516 Remove dbStats command from readConcern testing overrideJonathan Abrahams2015-12-081-1/+0
* SERVER-21366 Periodically yield when applying migration deletionsKaloian Manassiev2015-12-081-4/+6
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-8/+4
* SERVER-21600 add integration test for killCursors commandDavid Storch2015-12-081-0/+3
* SERVER-21158 pull cleanupOrphaned tests from QA-326Misha Tyulenev2015-11-302-0/+371
* SERVER-21618 Add more commands to readConcern passthrough testsJonathan Abrahams2015-11-301-0/+13
* Revert "SERVER-21387 Temp. disable bench_test_crud_commands.js in parallel"Jason Rassi2015-11-241-4/+0
* SERVER-21508 Run core suite using minimum batchSize on findJonathan Abrahams2015-11-201-0/+23
* SERVER-21489 Fix broken passthrough suiteKaloian Manassiev2015-11-191-2/+1
* SERVER-20873 Add separate key file using 644 permissionJonathan Abrahams2015-11-191-0/+1
* SERVER-21489 enableSharding should return error if sharding is already enabledKaloian Manassiev2015-11-181-2/+7
* SERVER-20941 Update v8-specific code and comments in JS testsKamran Khan2015-11-131-1/+2
* SERVER-21343 Fix the printing of JS objects in read concern passthrough test ...Mike Grundy2015-11-121-2/+2
* SERVER-21387 Temp. disable bench_test_crud_commands.js in parallelJason Rassi2015-11-111-0/+4
* SERVER-21337 Add awaitSecondaryNodes() in election_timing_test.jsMike Grundy2015-11-061-1/+3
* SERVER-21046 Explain no longer supports majority readConcernMathias Stearn2015-11-041-1/+0
* SERVER-21274 Clean up command interception for read_concern_passthroughMathias Stearn2015-11-041-17/+64
* SERVER-20402 Add election failover js testsMike Grundy2015-11-031-0/+190
* SERVER-20489 Remove sleep workaround from readmajority_jscore_passthrough.jsMike Grundy2015-10-231-0/+62
* Revert "SERVER-20489 Remove sleep workaround from readmajority_jscore_passthr...Mike Grundy2015-10-221-62/+0
* SERVER-20489 Remove sleep workaround from readmajority_jscore_passthrough.jsMike Grundy2015-10-221-0/+62
* SERVER-8246 Exclude type6.js from parallel testsJonathan Reams2015-10-211-0/+4
* SERVER-20722 fix tests that create configsvrs explicitly to pass journal as wellmatt dannenberg2015-10-091-0/+1
* SERVER-20839 Use bsonWoCompare() to compare optimes in the shell.Max Hirschhorn2015-10-091-3/+1
* SERVER-20289 Add jstest suite to implicitly shard collectionsRobert Guo2015-09-291-0/+47
* SERVER-19696 Change js tests that use mongod nodes as config servers to pass...Andy Schwerin2015-09-231-7/+22
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-092-7/+3
* CAP-2451 Added distance check and 2dsphere tests to tests involving GeoNearRa...Brandon Zhang2015-08-121-0/+3