summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shardingtest.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29153 Wait for nodes to agree on primary before writes in ShardingTest...Jack Mulrow2020-04-031-0/+2
* SERVER-43332: new RSM implementation based on sdamLamont Nelson2020-03-031-1/+0
* SERVER-46546 Only seed the RNG once in sharding_multiversion testsJason Chan2020-03-031-1/+1
* SERVER-42191 Add a new test hook that checks that all orphaned documents are ...Randolph Tan2020-02-101-0/+5
* Revert "SERVER-42191 Add a new test hook that checks that all orphaned docume...William Schultz2020-02-051-5/+0
* SERVER-42191 Add a new test hook that checks that all orphaned documents are ...Randolph Tan2020-02-051-0/+5
* SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov2020-02-041-5/+6
* SERVER-45491 Add resmoke.py option to save mongod.log and mongos.log filesCarl Raiden Worley2020-01-281-2/+10
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-151-0/+7
* SERVER-44855 Remove unused code from removeShard and ShardingTestKaloian Manassiev2019-12-221-30/+13
* SERVER-44917 Add ShardingTest hook to validate indexes are consistent across ...Cheahuychou Mao2019-12-201-18/+22
* SERVER-44308 Fix call to _flushRoutingTableCacheUpdates for sessions collecti...Haley Connelly2019-12-131-5/+33
* SERVER-43773 Start up config server and shard replica sets in parallel in Sha...William Schultz2019-11-271-56/+82
* Revert "SERVER-43773 Start up config server and shard replica sets in paralle...William Schultz2019-11-261-82/+56
* SERVER-43773 Start up config server and shard replica sets in parallel in Sha...William Schultz2019-11-261-56/+82
* SERVER-43773 Add log messages in ShardingTest to measure total duration of st...William Schultz2019-11-261-2/+26
* SERVER-42780 Create mixed version sharding test suiteJason Chan2019-10-221-2/+16
* SERVER-43803 Add log messages in ReplSetTest and ShardingTest that report dur...William Schultz2019-10-141-0/+14
* SERVER-42866 Trigger a logical session cache refresh on all shards in the Sha...Alex Taskov2019-09-241-0/+9
* SERVER-42287 SNI names are not allowed to include IP addressesAdam Cooper2019-09-061-1/+3
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-1/+1
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-1/+1
* SERVER-42769 Add call to awaitLastOpCommitted after enableAutoSplit in Shardi...Matthew Saltz2019-08-131-0/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+8
* SERVER-41195 Turn off auto-splitting when the balancer is turned offRandolph Tan2019-06-241-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