diff options
author | Jason Chan <jason.chan@10gen.com> | 2020-05-05 18:41:08 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-05-06 19:35:43 +0000 |
commit | bfaebfa7b5ad725717d1d348ae33bc758028f697 (patch) | |
tree | 34d167b5a8ad87451e53a5ab2de7d2ff768cb659 /etc | |
parent | f6f3355081a2e96240bfd6e650549d1ec32dbc5d (diff) | |
download | mongo-bfaebfa7b5ad725717d1d348ae33bc758028f697.tar.gz |
SERVER-47136 Fix multiversion blacklisting for replica_sets_multiversion and sharding_multiversion
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backports_required_for_multiversion_tests.yml | 53 |
1 files changed, 5 insertions, 48 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index ae0324225cb..72e6f5a3509 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -17,6 +17,11 @@ # 'replica_sets_multiversion_gen' task until this file has been updated with the same # (ticket, test_file) pair on the last-stable branch. # +# Note: +# For tests that need to be blacklisted for the 'replica_sets_multiversion' and +# 'sharding_multiversion' suites, please instead add them under the 'exclude_files' key in +# 'replica_sets_multiversion.yml' and 'sharding_multiversion.yml' respectively. +# change_streams_multiversion: @@ -30,54 +35,6 @@ replica_sets_jscore_multiversion_passthrough: - ticket: SERVER-47773 test_file: jstests/core/geo_near_tailable.js -replica_sets_multiversion: -- ticket: SERVER-46389 - test_file: jstests/replsets/election_handoff_basic.js -- ticket: SERVER-46389 - test_file: jstests/replsets/election_candidate_and_participant_metrics.js -- ticket: SERVER-46389 - test_file: jstests/replsets/no_flapping_during_network_partition.js -- ticket: SERVER-46389 - test_file: jstests/replsets/election_handoff_flip.js -- ticket: SERVER-46389 - test_file: jstests/replsets/catchup.js -- ticket: SERVER-46389 - test_file: jstests/replsets/avg_num_catchup_ops.js -- ticket: SERVER-46389 - test_file: jstests/replsets/initial_sync_applier_error.js -- ticket: SERVER-46389 - test_file: jstests/replsets/initial_sync_drop_collection.js -- ticket: SERVER-46389 - test_file: jstests/replsets/initial_sync_rename_collection.js -- ticket: SERVER-46389 - test_file: jstests/replsets/initial_sync_test_fixture_test.js -- ticket: SERVER-45143 - test_file: jstests/replsets/reconfig_uses_default_protocolVersion.js -- ticket: SERVER-45081 - test_file: jstests/replsets/catchup.js -- ticket: SERVER-45081 - test_file: jstests/replsets/catchup_takeover_one_high_priority.js -- ticket: SERVER-45081 - test_file: jstests/replsets/do_not_advance_commit_point_beyond_last_applied_term.js -- ticket: SERVER-45081 - test_file: jstests/replsets/reconfig_avoids_diverging_configs.js -- ticket: SERVER-45081 - test_file: jstests/replsets/reconfig_waits_for_oplog_commitment_condition.js -- ticket: SERVER-44500 - test_file: jstests/replsets/apply_ops_inserts_do_not_include_fromMigrate_field.js -- ticket: SERVER-47190 - test_file: jstests/replsets/force_shutdown_primary.js -- ticket: SERVER-47394 - test_file: jstests/replsets/awaitable_ismaster_errors_on_horizon_change.js -- ticket: SERVER-47394 - test_file: jstests/replsets/awaitable_ismaster_on_nodes_with_invalid_configs.js -- ticket: SERVER-47390 - test_file: jstests/replsets/disallow_adding_initialized_node1.js - -sharding_multiversion: -- ticket: SERVER-31368 - test_file: jstests/sharding/log_remote_op_wait.js - sharding_jscore_multiversion_passthrough: - ticket: SERVER-47773 test_file: jstests/core/geo_near_tailable.js |