summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shardingtest.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48950 Enhanced explain support for $search to expose stats from mongotJenny Peshansky2020-08-041-0/+7
* SERVER-29153 Wait for nodes to agree on primary before writes in ShardingTest...Jack Mulrow2020-04-061-0/+2
* SERVER-42769 Add call to awaitLastOpCommitted after enableAutoSplit in Shardi...r4.2.0Matthew Saltz2019-10-211-0/+5
* SERVER-42866 Trigger a logical session cache refresh on all shards in the Sha...Alex Taskov2019-10-071-0/+9
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-10/+8
* SERVER-41195 Turn off auto-splitting when the balancer is turned offRandolph Tan2019-07-111-0/+6
* SERVER-39213 remove mongosWaitsForKeys from shardingtestMisha Tyulenev2019-04-101-20/+0
* SERVER-38147: cap donor migration lock acquisition stalls in the presence of ...Kim Tao2019-01-241-0/+15
* SERVER-38143 Remove MMAPV1 command-line options and config file settingsGregory Wlodarek2018-12-111-1/+1
* SERVER-31570 Stagger mongod/mongos ports +10 from mongobridge port.Max Hirschhorn2018-10-011-5/+49
* SERVER-34448 Enable autosplitting on the shard and disable on mongosMatthew Saltz2018-08-091-0/+6
* SERVER-35715 Remove nopreallocj and smallfiles options from testsGeert Bosch2018-07-051-6/+1
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-1/+1
* SERVER-33444 Fix tests that fail when shard servers started as replica setsjannaerin2018-03-271-1/+49
* SERVER-33876 ShardingTest starts shards as single node replica setsjannaerin2018-03-141-1/+1
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-091-8/+24
* SERVER-33620 ShardingTest::shardColl should assert enableSharding workedJack Mulrow2018-03-021-1/+1
* SERVER-32852 Capture data files on failures of the concurrency suiteJonathan Abrahams2018-02-211-2/+5
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-1/+1
* SERVER-32569 allow config servers and shard replica sets to start in non-clus...Misha Tyulenev2018-01-211-3/+7
* SERVER-31198 Run the concurrency suite with shard stepdownsJack Mulrow2018-01-031-12/+3
* SERVER-29653 Drop admin.system.keys on CSRS downgrade from 3.6 fcv to 3.4 fcvDianna Hohensee2017-11-071-6/+0
* SERVER-31451 fix causallyConsistent flag in ShardingTestMisha Tyulenev2017-10-131-1/+1
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+14
* SERVER-31327 Set ReplSetTest:waitForKeys default to trueMisha Tyulenev2017-10-041-0/+2
* SERVER-30511 call checkUUIDsConsistentAcrossCluster() before shutting down a ...Esha Maharishi2017-09-251-54/+6
* SERVER-29637 make shards obtain UUID for sharded collections from config serv...Esha Maharishi2017-08-091-0/+54
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-6/+6
* SERVER-29652 mongos should not gossip logical time until admin.system.keys is...Jack Mulrow2017-06-221-0/+20
* SERVER-29690 Make coll_epoch_test1.js use causally consistent connectionsKaloian Manassiev2017-06-191-1/+11
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-13/+3
* SERVER-28376 remove requirement for node 0 of every shard to be primary in Sh...Benety Goh2017-03-291-2/+8
* SERVER-28376 remove references to unsupported ReplSetTest.initiate() initiate...Benety Goh2017-03-281-8/+3
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-061-2/+0
* SERVER-27766 Set test names in ShardingTest and ReplicaSetSet automaticallyMathias Stearn2017-01-241-1/+1
* SERVER-24163 remove waitForCSRSSecondaries:false from multiversion tests, whi...Dianna Hohensee2017-01-111-14/+7
* SERVER-26828 unblacklist 3.2 incompatibilities in sharding_last_stable_mongos...Dianna Hohensee2017-01-041-53/+86
* SERVER-26261 Expose current() and advance() methods on version iterator.Max Hirschhorn2016-11-091-32/+44
* SERVER-26645 Get rid of _shardNames variable in ShardingTestKaloian Manassiev2016-10-171-7/+2
* SERVER-26285 Make sure that the balancer settings gets refreshed periodicallyRandolph Tan2016-10-041-1/+3
* SERVER-26309 for renamed tests, change test name in blacklists to matchEsha Maharishi2016-09-301-1/+34
* Revert "SERVER-26309 Disable auto splitting in ShardingTest by default"Dan Pasette2016-09-291-34/+1
* SERVER-26309 Disable auto splitting in ShardingTest by defaultEsha Maharishi2016-09-291-1/+34
* SERVER-26363 Await replication of the CSRS after setting fCV to 3.2.r3.3.15Max Hirschhorn2016-09-271-6/+16
* SERVER-25158 prevent 3.2 mongos from connecting to a featureCompatibilityVers...r3.3.13David Storch2016-09-221-5/+5
* SERVER-26095 fix error message in ShardingTest::awaitBalancerRoundDianna Hohensee2016-09-151-4/+9
* SERVER-26042 Increase the timeout of ShardingTest configuration writesKaloian Manassiev2016-09-091-1/+5
* SERVER-25739 set_feature_compatibility_version.js should not use 3.4 mongos t...Tess Avitabile2016-08-241-2/+38
* SERVER-25514 Prevent a v3.4 mongos from being used to add a v3.2 shardSpencer T Brody2016-08-221-2/+8
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-191-0/+12