summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Raiden Worley <carl.worley@10gen.com>2020-08-17 17:14:43 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-17 21:37:50 +0000
commit35593cde964d2adcf0999f4e7d4b65c744461cad (patch)
tree09e77bd8740adaa189624261d711dc79f5a1a84d
parent179d4953d8d1c1018dc238aa0824a4a2c4e2f5fd (diff)
downloadmongo-35593cde964d2adcf0999f4e7d4b65c744461cad.tar.gz
SERVER-48048 Use resmoke tag files for multiversion blacklisting
-rw-r--r--etc/backports_required_for_multiversion_tests.yml120
1 files changed, 57 insertions, 63 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
index 460790d5836..2e97ca2fcc8 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -18,74 +18,68 @@
# (ticket, test_file) pair on the last-stable branch.
#
-change_streams_multiversion:
+# Tests that should be excluded from ALL multiversion suites should be listed here.
+all:
+ - ticket: SERVER-44260
+ test_file: jstests/core/txns/new_transaction_waits_for_previous_txn_table_updates.js
+ - ticket: SERVER-40805
+ test_file: jstests/core/profile_find.js
+ - ticket: SERVER-47773
+ test_file: jstests/core/geo_near_tailable.js
+ - ticket: SERVER-48614
+ test_file: jstests/core/wildcard_index_partial_index.js
+ - ticket: SERVER-48993
+ test_file: jstests/core/explode_for_sort_collation.js
+ - ticket: SERVER-48525
+ test_file: jstests/core/txns/no_writes_to_config_transactions_with_prepared_transaction.js
+ - 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-45143
+ test_file: jstests/replsets/reconfig_uses_default_protocolVersion.js
+ - ticket: SERVER-47190
+ test_file: jstests/replsets/force_shutdown_primary.js
+ - ticket: SERVER-49471
+ test_file: jstests/replsets/apply_prepare_txn_write_conflict_robustness.js
+ - ticket: SERVER-38691
+ test_file: jstests/sharding/explain_cmd.js
+ - ticket: SERVER-43889
+ test_file: jstests/sharding/retryable_writes.js
-change_streams_sharded_collections_multiversion_passthrough:
+# Tests that should only be excluded from particular suites should be listed under that suite.
+suites:
-concurrency_replication_multiversion:
+ change_streams_multiversion:
-concurrency_sharded_replication_multiversion:
+ change_streams_sharded_collections_multiversion_passthrough:
-replica_sets_jscore_multiversion_passthrough:
-- ticket: SERVER-44260
- test_file: jstests/core/txns/new_transaction_waits_for_previous_txn_table_updates.js
-- ticket: SERVER-40805
- test_file: jstests/core/profile_find.js
-- ticket: SERVER-47773
- test_file: jstests/core/geo_near_tailable.js
-- ticket: SERVER-48614
- test_file: jstests/core/wildcard_index_partial_index.js
-- ticket: SERVER-48993
- test_file: jstests/core/explode_for_sort_collation.js
-- ticket: SERVER-48525
- test_file: jstests/core/txns/no_writes_to_config_transactions_with_prepared_transaction.js
+ concurrency_replication_multiversion:
-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-45143
- test_file: jstests/replsets/reconfig_uses_default_protocolVersion.js
-- ticket: SERVER-47190
- test_file: jstests/replsets/force_shutdown_primary.js
-- ticket: SERVER-49471
- test_file: jstests/replsets/apply_prepare_txn_write_conflict_robustness.js
+ concurrency_sharded_replication_multiversion:
-sharding_multiversion:
-- ticket: SERVER-38691
- test_file: jstests/sharding/explain_cmd.js
-- ticket: SERVER-43889
- test_file: jstests/sharding/retryable_writes.js
+ replica_sets_jscore_multiversion_passthrough:
-sharding_jscore_multiversion_passthrough:
-- ticket: SERVER-47773
- test_file: jstests/core/geo_near_tailable.js
-- ticket: SERVER-48614
- test_file: jstests/core/wildcard_index_partial_index.js
-- ticket: SERVER-48993
- test_file: jstests/core/explode_for_sort_collation.js
+ replica_sets_multiversion:
-sharded_collections_jscore_multiversion_passthrough:
-- ticket: SERVER-47773
- test_file: jstests/core/geo_near_tailable.js
-- ticket: SERVER-48614
- test_file: jstests/core/wildcard_index_partial_index.js
-- ticket: SERVER-48993
- test_file: jstests/core/explode_for_sort_collation.js
+ sharding_multiversion:
+
+ sharding_jscore_multiversion_passthrough:
+
+ sharded_collections_jscore_multiversion_passthrough: