summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091870-59167/+60854
* SERVER-23020 Disable clang-formatting for template string in jstests/noPassth...Mike Grundy2016-03-081-0/+2
* SERVER-23018 Clean up JS linting errors in JS testsMike Grundy2016-03-083-11/+11
* SERVER-21976 fixing mongos' routing of dataSize command to mongods: it was us...Dianna Hohensee2016-03-081-21/+27
* SERVER-22877 move tests from replset_config to sharding directoryMisha Tyulenev2016-03-089-0/+0
* SERVER-22157 force config primary stepdown in sharding_continuous_config_step...Dianna Hohensee2016-03-081-1/+1
* SERVER-22203 consolidate shardVersion checks to using the OperationShardVersion.Esha Maharishi2016-03-071-0/+204
* SERVER-22993 make cleanup_orphaned_cmd tests more stableMisha Tyulenev2016-03-073-15/+17
* SERVER-22767 mongos segfault when invoking .explain() on certain operationsWaley Chen2016-03-071-0/+21
* Revert "SERVER-22767 mongos segfault when invoking .explain() on certain oper...Waley Chen2016-03-071-21/+0
* SERVER-22933 SERVER-22934 make applyOps update the last optime on no-ops, and...Dianna Hohensee2016-03-071-0/+68
* SERVER-22945 rewrite update_yield1.js to not depend on timingDavid Storch2016-03-071-69/+33
* SERVER-22767 mongos segfault when invoking .explain() on certain operationsWaley Chen2016-03-041-0/+21
* SERVER-22952 Lower the shard log verbosity in the continuous stepdown suiteKaloian Manassiev2016-03-041-5/+0
* SERVER-22737 make exit logging.js more robustAdam Midvidy2016-03-041-5/+17
* SERVER-22794 fixing network error in continuous step down thread due to unacc...Dianna Hohensee2016-03-041-1/+24
* SERVER-22093 Aggregation uses a COUNT plan when no fields are needed from inp...Benjamin Murphy2016-03-042-560/+35
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-13/+6
* SERVER-22929 remove rollback4.jsmatt dannenberg2016-03-031-70/+0
* SERVER-22842 Support JavaScript style for clang-format. The JavasScript formatJonathan Abrahams2016-03-021-0/+129
* SERVER-22914 Fix a misnamed variableKaloian Manassiev2016-03-021-1/+1
* SERVER-22914 Make mongos_no_replica_set_refresh obtain config from the primar...Kaloian Manassiev2016-03-0211-30/+27
* SERVER-22358 add readOnly mode support for WiredTigerAdam Midvidy2016-03-021-2/+1
* SERVER-22916 confirm replSetFreeze commands were successful in replsetfreeze.jsmatt dannenberg2016-03-011-3/+3
* SERVER-22882 Remove the argumentsToArray function from the shellKamran Khan2016-02-291-2/+2
* SERVER-22537 Fix DBDirectClient's OperationContext not getting updated.Max Hirschhorn2016-02-291-0/+55
* SERVER-17468 don't log balancer rounds to the actionlog if no chunks are movedDianna Hohensee2016-02-291-8/+2
* SERVER-22870 rename getServerName and getServerDianna Hohensee2016-02-2633-58/+107
* SERVER-22351 revised test for migration session ID: complete testing of migra...Dianna Hohensee2016-02-262-191/+337
* SERVER-22704 Remove SCCC support from the concurrency suiteJonathan Abrahams2016-02-265-42/+5
* SERVER-22822 prevent mongod stepdown in balance_repl.js and sharding_rs2.jsDianna Hohensee2016-02-262-7/+48
* SERVER-22873 updated disallow_adding_initialized_node2.js to accept alternate...Benety Goh2016-02-261-1/+3
* SERVER-22402 DocumentSourceMatch now includes dependency tracking.Benjamin Murphy2016-02-261-2/+2
* SERVER-22863 make read concern timeout in read_after_optime.js test a multipl...Benety Goh2016-02-251-1/+2
* SERVER-22846 Add applyOps command to readConcern passthroughJonathan Abrahams2016-02-251-0/+1
* SERVER-22850 Clean up additional javascript issues found by eslintMike Grundy2016-02-254-7/+7
* SERVER-22732 assert.contains() has unreachable code after returnMike Grundy2016-02-251-11/+11
* SERVER-22360 disallow external sort in readOnly modeAdam Midvidy2016-02-241-0/+10
* SERVER-22184 check for the new error format in peekErrorAdam Midvidy2016-02-241-0/+23
* SERVER-22843 Improve logging in update_yield1.js to help diagnose build failureSpencer T Brody2016-02-241-2/+2
* SERVER-22590 improve applyChunkOpsDeprecated to check for false failures in c...Dianna Hohensee2016-02-241-2/+2
* SERVER-22837 fix flakiness in jstests/sharding/cursor1.jsDavid Storch2016-02-241-12/+17
* SERVER-22823 Increase stability of authCommands.jsSpencer T Brody2016-02-241-5/+1
* SERVER-22821 use assert.soon in lock_file_fail_to_open.jsAdam Midvidy2016-02-241-4/+6
* improve diagnostics for upsert_fields.js testScott Hernandez2016-02-241-2/+4
* SERVER-22357 run mmap tests with readOnly permissionsAdam Midvidy2016-02-231-9/+33
* improve logging for testScott Hernandez2016-02-231-6/+14
* SERVER-22765 Improve error checking in sharding testsKaloian Manassiev2016-02-237-65/+69
* SERVER-17440 Remove references to textSearchEnabled command line optionPaul Pedersen2016-02-222-12/+3
* SERVER-22765 Remove unnecessary logging in sharding tests when running on con...Randolph Tan2016-02-2220-37/+32