diff options
author | Rachita Dhawan <rachita.dhawan@gmail.com> | 2023-01-20 16:12:07 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-01-20 17:20:19 +0000 |
commit | 687dc1deba34b3809b5d62784be9285ee62d0a74 (patch) | |
tree | e6e8698f73d92c247f5862abda3e33381648da0b /etc/backports_required_for_multiversion_tests.yml | |
parent | 1572afca793136ca815207e8e89a5a5567a17d08 (diff) | |
download | mongo-687dc1deba34b3809b5d62784be9285ee62d0a74.tar.gz |
SERVER-68648 Enable chunk migration concurrency feature flag
Diffstat (limited to 'etc/backports_required_for_multiversion_tests.yml')
-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 9206172af00..7005829c26b 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -300,6 +300,8 @@ last-continuous: ticket: SERVER-72416 - test_file: src/mongo/db/modules/enterprise/jstests/fcbis/oplog_rollover.js ticket: SERVER-72422 + - test_file: jstests/sharding/move_chunk_concurrent_cloning.js + ticket: SERVER-68648 suites: null last-lts: all: @@ -675,4 +677,6 @@ last-lts: ticket: SERVER-72416 - test_file: src/mongo/db/modules/enterprise/jstests/fcbis/oplog_rollover.js ticket: SERVER-72422 + - test_file: jstests/sharding/move_chunk_concurrent_cloning.js + ticket: SERVER-68648 suites: null |