diff options
author | Timour Katchaounov <timour.katchaounov@mongodb.com> | 2022-05-31 14:01:26 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-06-02 13:30:38 +0000 |
commit | ea79d55381c353e84cd673c4b21deb0b0ea4826e (patch) | |
tree | 80977247dcc6feb344baf6d620aeeed1519716e8 /etc | |
parent | 2d3844264672234e8b48b8dfd0f42189c71d36e2 (diff) | |
download | mongo-ea79d55381c353e84cd673c4b21deb0b0ea4826e.tar.gz |
SERVER-66379 $or to $in conversion flawed
(cherry picked from commit 951197b3834d509d7903efa4a66c0e9f79235262)
(cherry picked from commit b499c915d1c21f063548c96d5d547dcfcda55754)
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 d9a6ceb24e1..f49e0a6c5ea 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -86,6 +86,8 @@ last-continuous: test_file: jstests/replsets/initial_sync_with_partial_transaction.js - ticket: SERVER-66719 test_file: jstests/replsets/dbhash_lock_acquisition.js + - ticket: SERVER-66379 + test_file: jstests/core/or_to_in.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -332,6 +334,8 @@ last-lts: test_file: jstests/replsets/initial_sync_with_partial_transaction.js - ticket: SERVER-66719 test_file: jstests/replsets/dbhash_lock_acquisition.js + - ticket: SERVER-66379 + test_file: jstests/core/or_to_in.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: |