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:
parent
460fb74a52
commit
cdf7d99b56
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user