-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
9
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The test is missing
replSet.awaitSecondaryNodes(); replSet.awaitReplication();
before the final call to replSet.stopSet() which can cause the test to fail. The test causes a rollback but in normal runs those are caught in awaitNodesAgreeOnPrimary and don't cause the test to fail.