diff options
author | Mohammad Dashti <mdashti@gmail.com> | 2022-04-28 18:05:50 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-04-28 19:15:54 +0000 |
commit | 6808bcf11efcb0b2e1af095093803a61326cb4c6 (patch) | |
tree | e72835220ecc35e77d05b4d0b360fd082499aaa3 /etc | |
parent | 3559fdadbc1abb6fa20ad4f7910d32b7e5c407da (diff) | |
download | mongo-6808bcf11efcb0b2e1af095093803a61326cb4c6.tar.gz |
SERVER-65773 Improved MozJS error handling
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 b6e63985bde..3fce2eaf453 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -208,6 +208,8 @@ last-continuous: test_file: jstests/noPassthrough/operator_counters_accumulators.js - ticket: SERVER-65300 test_file: jstests/replsets/tenant_migration_recipient_rollback_recovery.js + - ticket: SERVER-65773 + test_file: jstests/aggregation/agg_infinite_recursion.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -549,6 +551,8 @@ last-lts: test_file: jstests/sharding/change_stream_shard_failover.js - ticket: SERVER-65300 test_file: jstests/replsets/tenant_migration_recipient_rollback_recovery.js + - ticket: SERVER-65773 + test_file: jstests/aggregation/agg_infinite_recursion.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: |