summaryrefslogtreecommitdiff
path: root/jstests/sharding/migration_coordinator_shutdown_in_critical_section.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-76310 Use config shard terminology instead of catalog shardJack Mulrow2023-04-241-1/+1
|
* SERVER-74498 Remove temporary_catalog_shard_incompatible tags (part 2)Jack Mulrow2023-04-121-1/+3
|
* SERVER-74276 Add catalog shard sharding suitesJack Mulrow2023-03-011-0/+1
|
* SERVER-71690 Implement a new sharding hook to verify the sharding filtering ↵Jordi Serra Torrens2023-01-181-0/+1
| | | | metadata
* SERVER-70788 Speedup migration stepdown testTommaso Tocci2022-10-261-12/+16
|
* SERVER-43776: Parallel Shutdown for Sharding TestsKruti Shah2022-08-041-1/+1
|
* Revert "SERVER-43776 replica sets shutdown in parallel"Abdul Qadeer2022-07-191-1/+1
|
* SERVER-43776 replica sets shutdown in parallelKruti Shah2022-07-141-1/+1
|
* SERVER-59890 Exclude chunk migration test from config stepdown suite.Max Hirschhorn2021-10-201-0/+4
|
* SERVER-58200 Require calling parallel shell callback for every spawned ↵Richard Samuels2021-08-311-0/+1
| | | | parallel shell
* SERVER-47691 Add missing explicit JS dependencies for tests that use ReplSetTestWilliam Schultz2020-05-081-0/+1
|
* SERVER-45993 Remove code in migration tests that caters to 4.2 binariesAlex Taskov2020-04-031-4/+0
|
* SERVER-46383 wrap remote call in advanceTransactionOnRecipient with ↵Randolph Tan2020-03-021-0/+1
| | | | retryIdempotentWorkUntilSuccess
* SERVER-45520 Make writes in MigrationCoordinator::completeMigration retry ↵Randolph Tan2020-02-201-0/+3
| | | | until success or the local node is stepping down
* SERVER-46131 Fix race in retry loops in MigrationSourceManagerEsha Maharishi2020-02-131-2/+2
|
* SERVER-42191 Add a new test hook that checks that all orphaned documents are ↵Randolph Tan2020-02-101-0/+1
| | | | eventually deleted
* SERVER-45901 Make moveChunk robust to being killOp'd after commit has been ↵Esha Maharishi2020-02-051-0/+75
sent to the config but before the node has found out the commit decision