diff options
author | Benety Goh <benety@mongodb.com> | 2017-01-24 14:06:46 -0500 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2017-01-24 17:09:46 -0500 |
commit | 4a6efad4d422b9a06ff0b7e98bfc9b7cc63b5864 (patch) | |
tree | 4db363699df81580a546eb41b3e2bc43e431c177 /buildscripts | |
parent | 76af3d246d482d62520b386e5c1f0b777c367fc6 (diff) | |
download | mongo-4a6efad4d422b9a06ff0b7e98bfc9b7cc63b5864.tar.gz |
SERVER-27123 Only update the commit point as a secondary from oplog queries against your sync source
(cherry picked from commit 87f49488f1b5c872daa71fd2fd9b5d744409a817)
SERVER-27680 Merge stopOplogFetcher and pauseRsBgSyncProducer failpoint into single stopReplProducer failpoint
(cherry picked from commit 21948042b6da5fb5bf15897f9808a70551f5af09)
SERVER-27053 Don't acknowledge writes if the term has changed.
(cherry picked from commit 8347e322cd46e8ee847e1730a7e94ea8e3981c53)
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/replica_sets_legacy.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_legacy.yml b/buildscripts/resmokeconfig/suites/replica_sets_legacy.yml index 5a75af572a0..0fcf3cdfe7a 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_legacy.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_legacy.yml @@ -17,6 +17,8 @@ selector: - jstests/replsets/sync2.js # PV0 does not persist the last vote - jstests/replsets/last_vote.js + # PV0's w:majority guarantees aren't strong enough for this test to pass. + - jstests/replsets/write_concern_after_stepdown_and_stepup.js executor: js_test: |