diff options
author | Jack Mulrow <jack.mulrow@mongodb.com> | 2017-01-11 18:36:16 -0500 |
---|---|---|
committer | Jack Mulrow <jack.mulrow@mongodb.com> | 2017-01-25 10:43:56 -0500 |
commit | ef3e1bc78e997f0d9f22f45aeb1d8e3b6ac14a14 (patch) | |
tree | 96e8d10d589c4c739fe95f487910426d105add22 /buildscripts | |
parent | 190538da7580eee02ab36993c426bf9b94005247 (diff) | |
download | mongo-r3.2.12-rc0.tar.gz |
SERVER-27125 Arbiters in PV1 vote no if they can see a healthy primary of equal or greater priority to the candidater3.2.12-rc0r3.2.12r3.2.11
(cherry picked from commit 97718a410d3d40f5c3f01dfae76e7ddd910897af)
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 0fcf3cdfe7a..70ef1cada5e 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_legacy.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_legacy.yml @@ -19,6 +19,8 @@ selector: - 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 + # This test expects the server to log a PV1-only vote-not-granted reason + - jstests/replsets/no_flapping_during_network_partition.js executor: js_test: |