summaryrefslogtreecommitdiff
path: root/jstests/libs/chunk_manipulation_util.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45338 Make moveChunk robust to maxTimeMS expiring (fix auth after revert)Matthew Saltz2020-02-101-1/+36
* Revert "SERVER-45338 Make moveChunk robust to maxTimeMS expiring"Matthew Saltz2020-02-051-36/+1
* SERVER-45338 Make moveChunk robust to maxTimeMS expiringMatthew Saltz2020-02-051-1/+36
* SERVER-45249 Make recipient wait for orphan cleanup before cloning indexesCheahuychou Mao2020-01-201-5/+5
* SERVER-44719 Make createIndexes, dropIndexes, and collMod check shard versionsCheahuychou Mao2019-12-061-2/+0
* SERVER-44411 Test that insert/update/delete/findAndModify for hashed sharded ...Cheahuychou Mao2019-11-071-0/+21
* SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating jumbo...Janna Golden2019-11-051-6/+15
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...jannaerin2019-08-221-5/+11
* SERVER-35152 update tests for 4.0Robert Guo2018-05-221-2/+1
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-091-1/+1
* SERVER-26109 Propagate MongoS information in client_metadata documentsMark Benvenuto2017-10-121-3/+7
* SERVER-30621 Ensure chunk metadata exists when cleanUpRange is called in move...Dianna Hohensee2017-09-221-4/+3
* SERVER-29362 chunk_manipulation_util.js should support v3.4 currrentOp formatRandolph Tan2017-05-251-1/+2
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-231-1/+1
* SERVER-26607 waitForMoveChunkStep test helper should take in to account moveC...Randolph Tan2016-10-171-3/+7
* SERVER-26471 Always incrementally refresh metadata after committing chunk mig...Kaloian Manassiev2016-10-071-2/+3
* SERVER-25153 Converting sharding_last_stable_mongos test suite to include mix...Dianna Hohensee2016-07-221-1/+2
* SERVER-24467 Move active migrations tracking to separate classKaloian Manassiev2016-06-131-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+1
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-181-1/+1
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-92/+76
* SERVER-22993 make cleanup_orphaned_cmd tests more stableMisha Tyulenev2016-03-071-10/+12
* SERVER-21382 fixing sharding migration to transfer only document deletions re...Dianna Hohensee2015-12-221-2/+6
* Revert "SERVER-21366 Periodically yield when applying migration deletions"Dan Pasette2015-12-181-6/+4
* SERVER-21366 Periodically yield when applying migration deletionsKaloian Manassiev2015-12-081-4/+6
* SERVER-21158 pull cleanupOrphaned tests from QA-326Misha Tyulenev2015-11-301-0/+224