summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authornandinibhartiyaMDB <nandini.bhartiya@mongodb.com>2022-08-03 15:26:35 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-04 23:24:47 +0000
commit17d9615fdfa2d2b931d241bf1bfe97eaaf812816 (patch)
tree2b522dcc45f66be0c8cddb0951325314d9de0b1d /etc
parent3af355e5ff102ef870b6a0b4690fa18dfd90d6d7 (diff)
downloadmongo-17d9615fdfa2d2b931d241bf1bfe97eaaf812816.tar.gz
SERVER-67299: Dropping shard key index fails if only multikey index left
This patch ensures that the dropIndex command will fail to drop the shard key index if the only remaning compatible index is multikey
Diffstat (limited to 'etc')
-rw-r--r--etc/backports_required_for_multiversion_tests.yml4
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 4966cd23569..7d36cd7c3e1 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -280,6 +280,8 @@ last-continuous:
test_file: jstests/sharding/collection_uuid_shard_capped_collection.js
- ticket: SERVER-67492
test_file: jstests/sharding/move_chunk_interrupt_postimage.js
+ - ticket: SERVER-67299
+ test_file: jstests/sharding/drop_index_fails_if_multikey_index_is_last_compatible.js
# Tests that should only be excluded from particular suites should be listed under that suite.
suites:
@@ -693,6 +695,8 @@ last-lts:
test_file: jstests/sharding/collection_uuid_shard_capped_collection.js
- ticket: SERVER-67492
test_file: jstests/sharding/move_chunk_interrupt_postimage.js
+ - ticket: SERVER-67299
+ test_file: jstests/sharding/drop_index_fails_if_multikey_index_is_last_compatible.js
# Tests that should only be excluded from particular suites should be listed under that suite.
suites: