diff options
author | Alya Berciu <alya.berciu@mongodb.com> | 2022-07-28 15:14:53 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-07-28 15:44:46 +0000 |
commit | 1021a18b98f5fdc6feb74080f11926efc4822471 (patch) | |
tree | 50beaed9eaff0b48ca6ce552211aa07e268e8446 /etc | |
parent | 8c276998839ab86e9b7d6fb2645b8f2ddb73668f (diff) | |
download | mongo-1021a18b98f5fdc6feb74080f11926efc4822471.tar.gz |
SERVER-66072 Fix dependency analysis for $match on $expr with $rand
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 65937507cd1..8d9e30ba6a6 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -234,6 +234,8 @@ last-continuous: test_file: jstests/core/dbstats.js - ticket: SERVER-67532 test_file: jstests/replsets/optime.js + - ticket: SERVER-66072 + test_file: jstests/aggregation/match_no_swap_rand.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -603,6 +605,8 @@ last-lts: test_file: jstests/core/dbstats.js - ticket: SERVER-67532 test_file: jstests/replsets/optime.js + - ticket: SERVER-66072 + test_file: jstests/aggregation/match_no_swap_rand.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: |