diff options
author | Moustafa Maher <m.maher@10gen.com> | 2021-07-28 00:48:41 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-08-10 06:37:27 +0000 |
commit | bc0b19fd6df42983a3c265fe8c6015439c9878b2 (patch) | |
tree | 746952233af77b83624ee5617c634509745201bd /etc | |
parent | 081648d6c77cfaab1688ed762aff14c665a72415 (diff) | |
download | mongo-bc0b19fd6df42983a3c265fe8c6015439c9878b2.tar.gz |
SERVER-58898 Prevent writing to local db from waiting for writeConcern
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backports_required_for_multiversion_tests.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index 7e04263a86d..22da64c4512 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -24,6 +24,8 @@ last-continuous: all: - ticket: SERVER-57262 test_file: jstests/replsets/catchup_takeover_with_higher_config.js + - ticket: SERVER-58898 + test_file: jstests/replsets/write_concern_write_to_local.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -196,6 +198,8 @@ last-lts: test_file: jstests/sharding/txn_writes_during_movechunk.js - ticket: SERVER-57262 test_file: jstests/replsets/catchup_takeover_with_higher_config.js + - ticket: SERVER-58898 + test_file: jstests/replsets/write_concern_write_to_local.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: |