-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.4.3
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2017-07-10
-
0
The test uses old versions of mongodb (3.2) that do not support replSetStepUp. Calling ReplSetTest::initiateWithAnyNodeAsPrimary instead of ReplSetTest::initiate should fix this. This is only an issue for 3.4 because master uses 3.4 as the older version which does support replSetStepUp.
- is related to
-
SERVER-28100 extend ReplSetTest.awaitNodesAgreeOnPrimary() to accept an optional expectedPrimaryIndex
- Closed