diff options
author | Judah Schvimer <judah@mongodb.com> | 2017-01-10 10:56:30 -0500 |
---|---|---|
committer | Judah Schvimer <judah@mongodb.com> | 2017-01-23 10:51:31 -0500 |
commit | 3dc538cc7d564a4894f6c958eb60c64f91998d0e (patch) | |
tree | 3836c0957399643f344ac232222af82db893c23d /buildscripts | |
parent | b17d2587904571cb837a2be625a2d9d2ce296d89 (diff) | |
download | mongo-3dc538cc7d564a4894f6c958eb60c64f91998d0e.tar.gz |
SERVER-27582 initialize lastVote properly
(cherry picked from commit e5b42cc86c8b97c84c6bec4e9e41ea5f3064e2b4)
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 44b1b7a572d..5a75af572a0 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_legacy.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_legacy.yml @@ -15,6 +15,8 @@ selector: - jstests/replsets/read_majority_two_arbs.js # The combination of new bridges and PV0 can lead to an improper spanning tree in sync2.js. - jstests/replsets/sync2.js + # PV0 does not persist the last vote + - jstests/replsets/last_vote.js executor: js_test: |