summaryrefslogtreecommitdiff
path: root/jstests/sharding/movechunk_interrupt_at_primary_stepdown.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-291-3/+0
* SERVER-43306 Remove dryRun command-line option from multiversion testsJason Chan2019-11-141-0/+3
* SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating jumbo...Janna Golden2019-11-051-47/+65
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-49/+49
* SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broke...Matthew Russotto2019-02-121-8/+2
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+1
* SERVER-31184 Make sharding tests only consider chunks for collections they ac...samantharitter2017-10-101-4/+16
* SERVER-27550 Delete dead balancer dist lock codeNathan Myers2017-01-231-15/+0
* SERVER-27390 Delete dead code in commitChunkMigrationNathan Myers2017-01-101-14/+0
* SERVER-26189 Interrupt the balancer thread on stepdownKaloian Manassiev2016-09-201-2/+14
* Revert "SERVER-26155 Use read concern 'local' for dist lock manager on the co...Kaloian Manassiev2016-09-201-14/+2
* SERVER-26155 Use read concern 'local' for dist lock manager on the config serverKaloian Manassiev2016-09-191-2/+14
* SERVER-25811 send collection version with CommitChunkMigration commandDianna Hohensee2016-08-301-0/+15
* SERVER-24470 CommitChunkMigration command checks that the balancer still has ...Dianna Hohensee2016-08-291-9/+29
* SERVER-24852 Add means to interrupt the sharding balancerKaloian Manassiev2016-08-171-0/+52