0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-28493 Wait for secondary's dry run election to finish before healing network in no_flapping_during_network_partition.js

This commit is contained in:
Judah Schvimer 2017-04-21 17:39:55 -04:00
parent 460fb74a52
commit cdf7d99b56

View File

@ -40,6 +40,7 @@
jsTestLog("Wait long enough for the secondary to call for an election.");
checkLog.contains(secondary, "can see a healthy primary of equal or greater priority");
checkLog.contains(secondary, "not running for primary");
jsTestLog("Verify the primary and secondary do not change during the partition.");
assert.eq(primary, replTest.getPrimary());