summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSuganthi Mani <suganthi.mani@mongodb.com>2020-05-13 14:59:54 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-14 02:34:32 +0000
commit6753c0a06c04dcb52ab2ebc4129f09f120fb1585 (patch)
treec72b431b4b0a0a9d6c5ed8c92c82a16935d050ea /etc
parentbaf179e4b7059dcff2b802a4af689afc342601c6 (diff)
downloadmongo-6753c0a06c04dcb52ab2ebc4129f09f120fb1585.tar.gz
SERVER-43614 Blacklist tests that look for "failpointMsg" on multiversion test suites.
Diffstat (limited to 'etc')
-rw-r--r--etc/backports_required_for_multiversion_tests.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
index 72e6f5a3509..3327b0f1da1 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -34,11 +34,43 @@ concurrency_sharded_replication_multiversion:
replica_sets_jscore_multiversion_passthrough:
- ticket: SERVER-47773
test_file: jstests/core/geo_near_tailable.js
+- ticket: SERVER-43614
+ test_file: jstests/core/crud_ops_do_not_throw_locktimeout.js
+- ticket: SERVER-43614
+ test_file: jstests/core/txns/new_transactions_on_session_with_prepared_txn_block_behind_prepare.js
sharding_jscore_multiversion_passthrough:
- ticket: SERVER-47773
test_file: jstests/core/geo_near_tailable.js
+- ticket: SERVER-43614
+ test_file: jstests/core/crud_ops_do_not_throw_locktimeout.js
sharded_collections_jscore_multiversion_passthrough:
- ticket: SERVER-47773
test_file: jstests/core/geo_near_tailable.js
+- ticket: SERVER-43614
+ test_file: jstests/core/crud_ops_do_not_throw_locktimeout.js
+
+sharding_multiversion:
+- ticket: SERVER-43614
+ test_file: jstests/sharding/killop.js
+- ticket: SERVER-43614
+ test_file: jstests/sharding/verify_sessions_expiration_sharded.js
+
+replica_sets_multiversion:
+- ticket: SERVER-43614
+ test_file: jstests/replsets/read_operations_during_step_down.js
+- ticket: SERVER-43614
+ test_file: jstests/replsets/no_disconnect_on_stepdown.js
+- ticket: SERVER-43614
+ test_file: jstests/replsets/step_down_on_secondary.js
+- ticket: SERVER-43614
+ test_file: jstests/replsets/verify_sessions_expiration_rs.js
+- ticket: SERVER-43614
+ test_file: jstests/replsets/initial_sync_during_stepdown.js
+- ticket: SERVER-43614
+ test_file: jstests/replsets/unconditional_step_down.js
+- ticket: SERVER-43614
+ test_file: jstests/replsets/transactions_during_step_down.js
+- ticket: SERVER-43614
+ test_file: jstests/replsets/read_operations_during_step_up.js