diff options
author | Alya Berciu <alya.berciu@mongodb.com> | 2022-11-04 12:26:45 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-11-04 13:01:14 +0000 |
commit | ca6499eb6111f89758fcb71b319e8b5d0cd03a20 (patch) | |
tree | 620b426592d3883cfb1d21b6a3e6e8c65aec65fb /etc | |
parent | f06a898557f951bf48569012c4372e770d1c0267 (diff) | |
download | mongo-ca6499eb6111f89758fcb71b319e8b5d0cd03a20.tar.gz |
SERVER-70436 Handle covered $or null queries with regex
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 34d04cd4c77..08d097f1d75 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -270,6 +270,8 @@ last-continuous: ticket: SERVER-69861 - test_file: jstests/aggregation/expressions/switch_errors.js ticket: SERVER-70190 + - test_file: jstests/core/cover_null_queries.js + ticket: SERVER-70436 suites: null last-lts: all: @@ -615,4 +617,6 @@ last-lts: ticket: SERVER-69861 - test_file: jstests/aggregation/expressions/switch_errors.js ticket: SERVER-70190 + - test_file: jstests/core/cover_null_queries.js + ticket: SERVER-70436 suites: null |