From ef3c46f76af3b8e2ca92cc9f071885d5b49998fb Mon Sep 17 00:00:00 2001 From: Mohammad Dashti Date: Mon, 10 May 2021 22:25:46 +0000 Subject: SERVER-53760 Improved document size approximation for spilling to disk Co-authored-by: Mihai Andrei --- etc/backports_required_for_multiversion_tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index f1fb315f7d7..fbda2905b8a 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -132,12 +132,14 @@ all: test_file: jstests/core/geo_near_point_query.js - ticket: SERVER-48179 test_file: jstests/replsets/reconfig_removes_node_in_rollback.js - - ticket: SERVER-55725 + - ticket: SERVER-56371 test_file: jstests/sharding/time_zone_info_mongos.js - ticket: SERVER-55305 test_file: jstests/replsets/rollback_with_coalesced_txn_table_updates_during_oplog_application.js - ticket: SERVER-55305 test_file: jstests/replsets/rollback_with_coalesced_txn_table_updates_from_vectored_inserts.js + - ticket: SERVER-53760 + test_file: jstests/core/sort_spill_estimate_data_size.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: -- cgit v1.2.1