diff options
author | Timour Katchaounov <timour.katchaounov@mongodb.com> | 2021-11-22 11:41:21 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-11-22 12:25:57 +0000 |
commit | 90699509e15b33fda10832e79efcd158aee1f0eb (patch) | |
tree | 06b9188ed370cb2e971ff1891bddc95223099c8b /etc | |
parent | b4aca2363c2e59789643c9132e764e72e86b3996 (diff) | |
download | mongo-90699509e15b33fda10832e79efcd158aee1f0eb.tar.gz |
SERVER-57588 Inconsistent query results when an array position is indexed whose value is an array
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 f33c55a79f0..a9d70649bd0 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -118,6 +118,8 @@ last-continuous: test_file: jstests/replsets/sync_source_selection_ignores_minvalid_after_rollback.js - ticket: SERVER-59721 test_file: jstests/sharding/resharding_secondary_recovers_temp_ns_metadata.js + - ticket: SERVER-57588 + test_file: jstests/core/match_numeric_components.js - ticket: SERVER-60682 test_file: jstests/sharding/coordinate_txn_commit_with_tickets_exhausted.js @@ -381,6 +383,8 @@ last-lts: test_file: jstests/replsets/sync_source_selection_ignores_minvalid_after_rollback.js - ticket: SERVER-59721 test_file: jstests/sharding/resharding_secondary_recovers_temp_ns_metadata.js + - ticket: SERVER-57588 + test_file: jstests/core/match_numeric_components.js - ticket: SERVER-60682 test_file: jstests/sharding/coordinate_txn_commit_with_tickets_exhausted.js |