summaryrefslogtreecommitdiff
path: root/jstests/libs/chunk_manipulation_util.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-64292 Make runCommandDuringTransferMods take in findCriteriaCheahuychou Mao2022-03-071-2/+2
|
* SERVER-61759 Interrupt and join migrations when allowMigrations is set to falseKaloian Manassiev2021-12-071-1/+1
|
* SERVER-52906 Delete orphaned document in the recipient before starting the ↵Paolo Polato2021-06-251-11/+12
| | | | migration.
* SERVER-52906 adapt assert condition to new migrateSteps orderPaolo Polato2021-06-111-3/+3
|
* SERVER-52906 Applying metadata update before dispatching rollback task in ↵Paolo Polato2021-06-111-2/+2
| | | | moveChunk
* SERVER-51355 Complete TODO listed in SERVER-45993Alex Taskov2020-10-141-12/+1
|
* SERVER-49064 Update references of "last-stable" to use "last-continuous" and ↵Jason Chan2020-07-231-3/+3
| | | | "last-lts"
* 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
| | | | | | This reverts commit 2985a71befe421902b5d15e9567e3b449e65ecdd. delete mode 100644 jstests/sharding/move_chunk_respects_maxtimems.js
* SERVER-45338 Make moveChunk robust to maxTimeMS expiringMatthew Saltz2020-02-051-1/+36
| | | | create mode 100644 jstests/sharding/move_chunk_respects_maxtimems.js
* 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
| | | | collections targets the right shards
* SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating ↵Janna Golden2019-11-051-6/+15
| | | | jumbo chunks
* SERVER-42783 Migrations should wait for majority replication of cloned docs ↵jannaerin2019-08-221-5/+11
| | | | when there are no xfer mods
* SERVER-35152 update tests for 4.0Robert Guo2018-05-221-2/+1
|
* SERVER-32052 Update ShardingTest to default to starting shard servers as ↵jannaerin2018-03-091-1/+1
| | | | replica sets
* 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 ↵Dianna Hohensee2017-09-221-4/+3
| | | | moveChunk
* 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 ↵Tess Avitabile2017-05-231-1/+1
| | | | update/delete
* SERVER-26607 waitForMoveChunkStep test helper should take in to account ↵Randolph Tan2016-10-171-3/+7
| | | | moveChunk in 'join' mode
* SERVER-26471 Always incrementally refresh metadata after committing chunk ↵Kaloian Manassiev2016-10-071-2/+3
| | | | | | migration Also introduces a failpoint and js test to exercise the race condition.
* SERVER-25153 Converting sharding_last_stable_mongos test suite to include ↵Dianna Hohensee2016-07-221-1/+2
| | | | mixed version shards.
* 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 ↵Dianna Hohensee2015-12-221-2/+6
| | | | relevant to the chunk being migrated, not every deletion
* Revert "SERVER-21366 Periodically yield when applying migration deletions"Dan Pasette2015-12-181-6/+4
| | | | This reverts commit 7f3d0f2cfac80f49d8c7d8ec6aeaad7cae6d6cb0.
* 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