From 20923d05d0ccb4b32d9add31bc3136c3d8453759 Mon Sep 17 00:00:00 2001 From: Aaron Morand Date: Wed, 21 Dec 2022 18:40:44 -0500 Subject: SERVER-72276 Removing outdated entreies for multiversion tests --- etc/backports_required_for_multiversion_tests.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index 1cefceb09e4..3a122e489b9 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -70,6 +70,8 @@ last-continuous: ticket: SERVER-63159 - test_file: jstests/sharding/refine_collection_shard_key_basic.js ticket: SERVER-64142 + - test_file: jstests/sharding/query/shard_refuses_cursor_ownership.js + ticket: SERVER-65259 - test_file: jstests/aggregation/match_no_swap_rand.js ticket: SERVER-66072 - test_file: jstests/replsets/initial_sync_with_partial_transaction.js @@ -86,10 +88,6 @@ last-continuous: ticket: SERVER-68628 - test_file: jstests/sharding/move_chunk_interrupt_postimage.js ticket: SERVER-68728 - - test_file: jstests/sharding/prepare_transaction_then_migrate.js - ticket: SERVER-68361 - - test_file: jstests/sharding/query/shard_refuses_cursor_ownership.js - ticket: SERVER-65259 suites: change_streams_multiversion_passthrough: null change_streams_sharded_collections_multiversion_passthrough: null @@ -257,6 +255,8 @@ last-lts: ticket: SERVER-64142 - test_file: jstests/sharding/update_with_dollar_fields.js ticket: SERVER-64485 + - test_file: jstests/sharding/query/shard_refuses_cursor_ownership.js + ticket: SERVER-65259 - test_file: jstests/aggregation/match_no_swap_rand.js ticket: SERVER-66072 - test_file: jstests/replsets/initial_sync_with_partial_transaction.js @@ -273,10 +273,6 @@ last-lts: ticket: SERVER-68628 - test_file: jstests/sharding/move_chunk_interrupt_postimage.js ticket: SERVER-68728 - - test_file: jstests/sharding/prepare_transaction_then_migrate.js - ticket: SERVER-68361 - - test_file: jstests/sharding/query/shard_refuses_cursor_ownership.js - ticket: SERVER-65259 suites: change_streams_multiversion_passthrough: null change_streams_sharded_collections_multiversion_passthrough: null -- cgit v1.2.1