summaryrefslogtreecommitdiff
path: root/jstests/sharding/resharding_disallow_writes.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66088 Create separate indexes for resharding test to drop.Max Hirschhorn2022-05-031-2/+5
| | | | | | | | | | | Due to a StaleConfig exception, the _shardsvrDropIndexes command may automatically retry the dropIndexes command after the resharding operation has succeeded and lead to a spurious IndexNotFound error. While the _shardsvrDropIndexes and dropIndexes shard commands from the resharding_disallow_writes.js test have a maxTimeMSOpOnly attached, on platforms with less precise clocks (namely Windows), there may still be sufficient time for a retry to go through from the primary shard even after the initial dropIndexes request had timed out on mongos.
* SERVER-65113 Exclude resharding_disallow_writes.js from multiversion suites ↵Antonio Fuschetto2022-03-311-0/+1
| | | | and revert callMod expected errors
* SERVER-64464 Check the shard version for collections when AutoGetCollection ↵Antonio Fuschetto2022-03-301-9/+8
| | | | is instantiated
* SERVER-62746 Change test to synchronize with collMod DDLcoordinator before ↵Marcos José Grillo Ramirez2022-01-241-1/+1
| | | | running ReshardingTest._checkPostState
* SERVER-61760 Stop migrations in sharded collections before executing a ↵Marcos José Grillo Ramirez2022-01-171-0/+5
| | | | collMod command
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-2/+4
|
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-4/+2
|
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-2/+4
|
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+0
|
* SERVER-57507 Change maxTimeMS in collMod command in ↵Luis Osta2021-06-101-3/+2
| | | | resharding_disallow_writes test
* SERVER-56816: Remove resharding RecipientStateEnum::kRenamingJamie Anderson2021-05-201-1/+1
|
* SERVER-56771: Change resharding_disallow_writes.js and ↵Jamie Anderson2021-05-191-12/+12
| | | | resharding_disallow_drop.js tests to allow ExceededTimeLimitError instead of specifying a maxTimeMS error.
* SERVER-54672: Remove obsolete comment in resharding_disallow_writes.js.Daniel Gottlieb2021-04-021-2/+0
|
* SERVER-54672: Exercise remainder of resharding_disallow_writes.jsDaniel Gottlieb2021-04-011-4/+4
|
* SERVER-54635 Add distlocks to resharding commandMarcos José Grillo Ramirez2021-02-241-8/+0
| | | | ... to serialize with other DDL operations.
* SERVER-53258 Reject writes during resharding operations using critical sectionAlex Taskov2021-02-221-0/+120