summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26231 Remove printShardingStatus call from bouncing_count.jsSpencer T Brody2016-10-251-2/+0
* SERVER-26365 Make mergeChunks use collection version for applyOps preconditionKaloian Manassiev2016-10-182-67/+109
* SERVER-26286 fix lintEsha Maharishi2016-10-111-4/+1
* SERVER-26286 rewrite addshard2.js to shut down each replica set or standalone...Esha Maharishi2016-10-111-123/+188
* SERVER-26309 also enable autosplit in authCommands.jsEsha Maharishi2016-09-292-3/+9
* SERVER-26309 Disable auto splitting in ShardingTest by defaultEsha Maharishi2016-09-2922-34/+57
* SERVER-22837 fix flakiness in jstests/sharding/cursor1.jsDavid Storch2016-09-231-14/+16
* SERVER-26290 call disableAutoSplit() in cursor1.js, which handles chunk split...Esha Maharishi2016-09-231-1/+3
* SERVER-25516 By default, never stop monitoring replica sets in mongos.Andy Schwerin2016-09-121-3/+11
* SERVER-25602 Make split/mergeChunks commands check the validity of inputKaloian Manassiev2016-08-171-0/+42
* SERVER-25254 Only advance config server optime in response to messages from c...Randolph Tan2016-07-271-0/+51
* SERVER-24810 swap assert movePrimary commands with ShardingTest::ensurePrimar...Dianna Hohensee2016-07-2710-12/+10
* SERVER-25258: Improve mongos killOp opID parsingSpencer Jackson2016-07-261-0/+11
* SERVER-25029 fix segfault in mongos when config servers are not availableMisha Tyulenev2016-07-221-0/+34
* SERVER-25052 Wait for catalog swap to happen in csrs_upgrade_set_shard_versio...Spencer T Brody2016-07-141-11/+16
* SERVER-23930 Ensure new shard is available in the ShardRegistry after addShardKaloian Manassiev2016-06-241-22/+18
* Revert "SERVER-23930 Ensure new shard is available in the ShardRegistry after...Kaloian Manassiev2016-06-241-18/+22
* SERVER-23930 Ensure new shard is available in the ShardRegistry after addShardKaloian Manassiev2016-06-241-22/+18
* SERVER-24031 Prevent cleanupOrphaned from starting if a migration is running.Dianna Hohensee2016-06-212-45/+78
* SERVER-23741 Use MongoRunner.runMongoTool() to run tools from JS tests.Max Hirschhorn2016-06-071-12/+9
* SERVER-24298 add ensurePrimaryShard to csrs_upgrade_mongod_using_movechunk.jsEsha Maharishi2016-05-311-0/+5
* SERVER-24258 Remove invalid assertion from csrs_upgrade_set_shard_version.jsSpencer T Brody2016-05-231-6/+3
* SERVER-23428 Make setShardVersion trigger CSRS upgrade if it provides a CSRS ...Spencer T Brody2016-05-181-0/+77
* SERVER-24058 make connpool asio use setup timeoutsJason Carey2016-05-101-1/+3
* SERVER-22914 Make mongos_no_replica_set_refresh obtain config from the primar...Kaloian Manassiev2016-04-272-16/+12
* SERVER-23704 Make shard_keycount.js invoke the anonymous test functionKaloian Manassiev2016-04-152-89/+56
* SERVER-23589 Move csrs upgrade tests to their own suiteSpencer T Brody2016-04-149-0/+0
* SERVER-23586 Increase timeouts in csrs upgrade tests to reduce flakinessSpencer T Brody2016-04-145-5/+5
* SERVER-17468 don't log balancer rounds to the actionlog if no chunks are movedDianna Hohensee2016-03-301-8/+2
* Enabling CSRS continuous config stepdown workload in evergreenDianna Hohensee2016-03-3020-36/+20
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-213-4/+4
* SERVER-23030 Increase number of iterations of aggregations performed in csrs_...Spencer T Brody2016-03-101-1/+1
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-09254-14877/+14998
* SERVER-22864 Fix minor javascript errors found by eslint in v3.2 branchMike Grundy2016-03-082-7/+7
* SERVER-22880 add requires_persistence tag to csrs_upgrade_mongod_using_movech...Esha Maharishi2016-02-261-0/+3
* SERVER-22878 rewrite checks in csrs_upgrade_mongod_using_movechunk.js after n...Esha Maharishi2016-02-261-6/+5
* SERVER-22822 prevent mongod stepdown in balance_repl.js and sharding_rs2.jsDianna Hohensee2016-02-262-7/+48
* SERVER-22863 make read concern timeout in read_after_optime.js test a multipl...Benety Goh2016-02-251-1/+2
* SERVER-22732 assert.contains() has unreachable code after returnMike Grundy2016-02-251-11/+11
* SERVER-22590 improve applyChunkOpsDeprecated to check for false failures in c...Dianna Hohensee2016-02-251-2/+2
* SERVER-22184 check for the new error format in peekErrorAdam Midvidy2016-02-251-0/+23
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-241-1/+1
* SERVER-22299 add test to verify mongod upgrades to csrs mode on receiving mov...Esha Maharishi2016-02-181-0/+106
* SERVER-22428 added logging for read-after-optime timeoutsBenety Goh2016-02-182-0/+75
* SERVER-21758 Test behavior when 'nearest' config server has severe replicatio...Randolph Tan2016-02-181-0/+35
* SERVER-22553 mongos_shard_failure_tolerance.js should not rely on order of sh...Kaloian Manassiev2016-02-171-74/+72
* SERVER-22543 multi_write_target.js should not rely on order of shard idsKaloian Manassiev2016-02-171-42/+37
* SERVER-22297 More CSRS upgrade tests during {agg,count,distinct,group}Spencer T Brody2016-02-175-1/+367
* SERVER-22297 Add more targetted jstests for csrs upgrade during crud and map ...Spencer T Brody2016-02-174-9/+176
* SERVER-22297 Add framework for writing tests that perform CSRS upgrade, conve...Spencer T Brody2016-02-172-315/+77