From 5ddab33a5afd0dac68fba5e5386ac300cd31deba Mon Sep 17 00:00:00 2001 From: joshua <80741223+jlap199@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:45:01 +0000 Subject: SERVER-68115 Do not drop empty path component from elemMatch path during index selection --- etc/backports_required_for_multiversion_tests.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index fdb64b847b6..7212d6c5c7d 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -114,6 +114,8 @@ last-continuous: test_file: jstests/sharding/shard_collection_basic.js - ticket: SERVER-64142 test_file: jstests/sharding/refine_collection_shard_key_basic.js + - ticket: SERVER-68115 + test_file: jstests/core/elemmatch_index.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -388,6 +390,8 @@ last-lts: test_file: jstests/sharding/shard_collection_basic.js - ticket: SERVER-64142 test_file: jstests/sharding/refine_collection_shard_key_basic.js + - ticket: SERVER-68115 + test_file: jstests/core/elemmatch_index.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: -- cgit v1.2.1