diff options
author | Allison Easton <allison.easton@mongodb.com> | 2022-01-18 11:52:21 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-01-18 12:21:56 +0000 |
commit | a19f0b1c2575b8423c65f56e81d1e077274d0065 (patch) | |
tree | 7c23c828322b23065df0082b5e12408c0851284d /etc | |
parent | b920995472dcc1002d154301b06af235e6318d5d (diff) | |
download | mongo-a19f0b1c2575b8423c65f56e81d1e077274d0065.tar.gz |
SERVER-61755 Migration recovery should handle refined shard key
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backports_required_for_multiversion_tests.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index 85d20ea7f86..a895a18bce6 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -140,6 +140,8 @@ last-continuous: test_file: jstests/sharding/migration_recovers_unfinished_migrations.js - ticket: SERVER-61977 test_file: jstests/replsets/rollback_during_step_up.js + - ticket: SERVER-61755 + test_file: jstests/sharding/range_deleter_interacts_correctly_with_refine_shard_key.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -419,6 +421,8 @@ last-lts: test_file: jstests/sharding/migration_recovers_unfinished_migrations.js - ticket: SERVER-61977 test_file: jstests/replsets/rollback_during_step_up.js + - ticket: SERVER-61755 + test_file: jstests/sharding/range_deleter_interacts_correctly_with_refine_shard_key.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: |