diff options
author | Ali Mir <ali.mir@mongodb.com> | 2020-03-03 12:59:49 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-03-18 22:02:43 +0000 |
commit | 2b50e18f0ea527894f2e1f71ffc7afc0f41c87bf (patch) | |
tree | 5d6361d553c624467e46b12ddee85355f11e2aee /etc | |
parent | b176fdbb1c3027bdd06721e51d5f07e3af0b3875 (diff) | |
download | mongo-2b50e18f0ea527894f2e1f71ffc7afc0f41c87bf.tar.gz |
SERVER-46549 Clear backports_required_for_multiversion_tests.yml following 4.4 branch
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backports_required_for_multiversion_tests.yml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index 541d1149d79..28689c6d5c6 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -27,40 +27,8 @@ concurrency_replication_multiversion: concurrency_sharded_replication_multiversion: replica_sets_jscore_multiversion_passthrough: -- ticket: SERVER-35921 - test_file: jstests/core/min_max_key.js -- ticket: SERVER-40805 - test_file: jstests/core/profile_find.js -- ticket: SERVER-44260 - test_file: jstests/core/txns/new_transaction_waits_for_previous_txn_table_updates.js -- ticket: SERVER-46196 - test_file: jstests/core/create_collection_fail_cleanup.js replica_sets_multiversion: -- ticket: SERVER-42825 - test_file: jstests/replsets/kill_reads_with_prepare_conflicts_during_step_down.js -- ticket: SERVER-42825 - test_file: jstests/replsets/kill_reads_with_prepare_conflicts_during_step_up.js -- ticket: SERVER-42825 - test_file: jstests/replsets/no_disconnect_on_stepdown.js -- ticket: SERVER-42825 - test_file: jstests/replsets/read_operations_during_rollback.js -- ticket: SERVER-42825 - test_file: jstests/replsets/read_operations_during_step_down.js -- ticket: SERVER-42825 - test_file: jstests/replsets/read_operations_during_step_up.js -- ticket: SERVER-42825 - test_file: jstests/replsets/step_down_on_secondary.js -- ticket: SERVER-45010 - test_file: jstests/replsets/rollback_dup_ids_clean_shutdown_during_rollback.js -- ticket: SERVER-45906 - test_file: jstests/replsets/trigger_initial_stable_checkpoint.js -- ticket: SERVER-45178 - test_file: jstests/replsets/rollback_via_refetch_update_rollback_id_before_oplog_truncation.js -- ticket: SERVER-32903 - test_file: jstests/replsets/initial_sync_ambiguous_index.js -- ticket: SERVER-45143 - test_file: jstests/replsets/reconfig_uses_default_protocolVersion.js - ticket: SERVER-46389 test_file: jstests/replsets/election_handoff_basic.js - ticket: SERVER-46389 @@ -83,17 +51,7 @@ replica_sets_multiversion: test_file: jstests/replsets/initial_sync_test_fixture_test.js sharding_multiversion: -- ticket: SERVER-38691 - test_file: jstests/sharding/explain_cmd.js -- ticket: SERVER-43889 - test_file: jstests/sharding/retryable_writes.js sharding_jscore_multiversion_passthrough: -- ticket: SERVER-46196 - test_file: jstests/core/create_collection_fail_cleanup.js sharded_collections_jscore_multiversion_passthrough: -- ticket: SERVER-35921 - test_file: jstests/core/min_max_key.js -- ticket: SERVER-46196 - test_file: jstests/core/create_collection_fail_cleanup.js |