-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
v8.0
-
200
There are 2 issues in this test:
- It is possible for the election to fail due to the replset having 2 nodes, they can race and cause the term to increase which is not expected by the config check.
- There is a per node check that can fail if the secondary does not see the primary yet because getPrimary is used where it should be awaitNodesAgreeOnPrimary.