diff options
author | Paolo Polato <paolo.polato@mongodb.com> | 2021-07-13 14:12:47 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-07-21 07:59:33 +0000 |
commit | d735ffcac376e514f266a315f6405976d603aef6 (patch) | |
tree | 5d667b97ff35e5ce01ac4e3b5df8478e322c2e3a /etc | |
parent | 03c49a3d3b228c68a2a369bd7a4d8f5588c72d09 (diff) | |
download | mongo-d735ffcac376e514f266a315f6405976d603aef6.tar.gz |
SERVER-52906 Applying metadata update before dispatching rollback task in moveChunk (BACKPORT-9612)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backports_required_for_multiversion_tests.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index d4f3ac4d156..572e3d98a42 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -141,6 +141,24 @@ all: test_file: jstests/concurrency/fsm_workloads/findAndModify_flip_location.js - ticket: SERVER-57476 test_file: jstests/replsets/assert_on_prepare_conflict_with_hole.js + - ticket: SERVER-52906 + test_file: jstests/sharding/prepare_transaction_then_migrate.js + - ticket: SERVER-52906 + test_file: jstests/sharding/migration_waits_for_majority_commit.js + - ticket: SERVER-52906 + test_file: jstests/sharding/migration_ignore_interrupts_1.js + - ticket: SERVER-52906 + test_file: jstests/sharding/migration_ignore_interrupts_3.js + - ticket: SERVER-52906 + test_file: jstests/sharding/movechunk_interrupt_at_primary_stepdown.js + - ticket: SERVER-52906 + test_file: jstests/sharding/movechunk_parallel.js + - ticket: SERVER-52906 + test_file: jstests/sharding/txn_writes_during_movechunk.js + - ticket: SERVER-52906 + test_file: jstests/sharding/cleanup_orphaned_cmd_during_movechunk.js + - ticket: SERVER-52906 + test_file: jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js suites: |