From 348a869208b3be1ca9e04f0f998c7ff7e8586873 Mon Sep 17 00:00:00 2001 From: "Mickey. J Winters" Date: Fri, 8 Oct 2021 23:16:27 +0000 Subject: SERVER-59613 $range expression should error if it exceeds memory limit --- etc/backports_required_for_multiversion_tests.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index 42c927a7497..efad6127b50 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -96,6 +96,8 @@ last-continuous: test_file: jstests/sharding/change_stream_show_migration_events.js - ticket: SERVER-58636 test_file: jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js + - ticket: SERVER-59613 + test_file: jstests/aggregation/range.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -352,6 +354,8 @@ last-lts: test_file: jstests/sharding/change_stream_show_migration_events.js - ticket: SERVER-58636 test_file: jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js + - ticket: SERVER-59613 + test_file: jstests/aggregation/range.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: -- cgit v1.2.1