summaryrefslogtreecommitdiff
path: root/jstests/sharding/features2.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59302 Remove support in client code for commands wrapped with $queryDavid Storch2022-11-171-16/+0
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-2/+2
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also repla...Arun Banala2020-11-121-2/+2
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ...Rishab Joshi2020-11-121-2/+2
* SERVER-50651 Replace occurrences of isMaster command with hello in sharding j...Ali Mir2020-09-281-19/+19
* SERVER-44855 Remove unused code from removeShard and ShardingTestKaloian Manassiev2019-12-221-5/+5
* SERVER-44855 Add comments and cleanup the catalog managerKaloian Manassiev2019-12-221-9/+7
* SERVER-44475 Remove Query KnobJacob Evans2019-12-111-2/+0
* SERVER-42675 M/R Agg: Remove MapReduceResult shell helperArun Banala2019-09-251-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-144/+142
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-091-1/+1
* SERVER-29771 Remove the forceerror commandjannaerin2018-01-311-20/+0
* SERVER-32371 features2.js should exclude clusterTime metadataRandolph Tan2018-01-051-11/+19
* SERVER-18292 Re-enable tests tagged with SERVER-18292Mathias Stearn2017-06-281-5/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-9/+2
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-170/+178
* SERVER-22870 rename getServerName and getServerDianna Hohensee2016-02-261-1/+1
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-11/+11
* SERVER-21009 Get rid of some unused/unnecessary methods in ShardingTestKaloian Manassiev2015-10-271-2/+2
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-231-6/+4
* SERVER-17607 initial OP_COMMAND mongod implementationAdam Midvidy2015-05-181-1/+8
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-151-0/+1
* SERVER-16580 Remove deprecated system collection references in JS testsSiyuan Zhou2015-01-091-1/+1
* SERVER-13425 migrate sharding jstest suite to use write commands apiRandolph Tan2014-04-211-1/+0
* SERVER-13579 Wait for deletion after migration in feature2.jsSiyuan Zhou2014-04-151-7/+2
* SERVER-7074: fix sharding testEliot Horowitz2012-12-261-2/+9
* SERVER-7958 - make test more resilient to gle field orderingEliot Horowitz2012-12-191-1/+3
* SERVER-7376 test fixes for 2.3+ for slow migration cleanupGreg Studer2012-10-171-0/+5
* buildbot features2.js intermittent issue - balancer assumptions and splitting...gregs2011-12-301-0/+5
* fix test for NumberInt changeEliot Horowitz2011-07-051-2/+2
* support commands wrapped with $query SERVER-2474Mathias Stearn2011-04-051-0/+1
* Support commands like {query: {isMaster: 1}} in mongos SERVER-2474Mathias Stearn2011-04-041-0/+6
* fix typo in testEliot Horowitz2010-12-171-1/+1
* clean m/r testsEliot Horowitz2010-12-171-1/+1
* remove debugging codeEliot Horowitz2010-12-171-4/+0
* map/reduce no longer uses temp collections.Eliot Horowitz2010-12-161-5/+26
* make sure mongod and mongos report command errors the same way SERVER-1472Eliot Horowitz2010-07-271-0/+23
* Failing test for sharded MRMathias Stearn2010-07-121-0/+10
* SERVER-1185 Sharding a non-empty collection requires an existing indexAlberto Lerner2010-07-011-1/+3
* fix testEliot Horowitz2010-06-021-0/+1
* tests for SERVER-919Mathias Stearn2010-04-261-3/+3
* count test for SERVER-1038Eliot Horowitz2010-04-211-0/+9
* fix broken sharding tests (and comment one out)Mathias Stearn2010-01-071-3/+3
* SERVER-446 js implementation of keySet()Aaron2009-12-211-1/+1
* fix sharding on _id when _id is missing SHARDING-55Eliot Horowitz2009-11-191-0/+15
* sharded map-reduce basic test works SHARDING-37Eliot Horowitz2009-11-031-2/+2
* some sharded query re-factoringEliot Horowitz2009-11-031-1/+44
* cleaning sharding testsEliot Horowitz2009-11-021-4/+11
* fix sharded remove SHARDING-45Eliot Horowitz2009-10-271-1/+23
* distinct() for sharded collection SHARDING-35Eliot Horowitz2009-09-121-0/+27