summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSiyuan Zhou <siyuan.zhou@mongodb.com>2020-03-19 18:02:08 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-21 00:38:03 +0000
commit71612c8e4611d45d8f4469a049c144d3701f4941 (patch)
tree6662bcd4cfefa2054c9df096ea5ac0cf0d48e15d /etc
parent743076c7047ddbbda8ef6aec55ead1ad3769030b (diff)
downloadmongo-71612c8e4611d45d8f4469a049c144d3701f4941.tar.gz
SERVER-46987 Blacklist tests using waitForConfigReplication from mixed version tests until the latest stable becomes 4.4-rc0
Diffstat (limited to 'etc')
-rw-r--r--etc/backports_required_for_multiversion_tests.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
index 21a7c860882..9cb2282e9f0 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -51,6 +51,16 @@ replica_sets_multiversion:
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
sharding_multiversion: