diff options
author | nandinibhartiyaMDB <104035932+nandinibhartiyaMDB@users.noreply.github.com> | 2022-05-31 15:46:42 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-06-01 19:10:02 +0000 |
commit | 2657601c257c68aa95c0b5ce469db9196de8cb80 (patch) | |
tree | e925fd70088c4bbe60f86a2dec9a2a3664d2c39e /etc | |
parent | 6cb23949591ce1175e75c9a0048ff77f438c9bef (diff) | |
download | mongo-2657601c257c68aa95c0b5ce469db9196de8cb80.tar.gz |
SERVER-62272 : Migration OK for chunks existing before schema validator
(cherry picked from commit bc1ac6fb2eb66202d1acc08d158b102c57beabbd)
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 66a4723eed5..b3835ef3e7c 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -214,6 +214,8 @@ last-continuous: test_file: jstests/core/wildcard_index_cached_plans.js - ticket: SERVER-66719 test_file: jstests/replsets/dbhash_lock_acquisition.js + - ticket: SERVER-62272 + test_file: jstests/sharding/chunk_migration_with_schema_validation.js - ticket: SERVER-66389 test_file: jstests/core/where_multiple_plans.js - ticket: SERVER-66089 @@ -571,6 +573,8 @@ last-lts: test_file: jstests/core/wildcard_index_cached_plans.js - ticket: SERVER-66719 test_file: jstests/replsets/dbhash_lock_acquisition.js + - ticket: SERVER-62272 + test_file: jstests/sharding/chunk_migration_with_schema_validation.js - ticket: SERVER-66389 test_file: jstests/core/where_multiple_plans.js - ticket: SERVER-66089 |