-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Server Serverless 2022-05-30, Server Serverless 2022-06-13, Server Serverless 2022-06-27
-
12
In our jstests we have had instances of calls to replSetStepUp which do not have their return value asserted leading to unclear failures of the test (the BF returned a timedout when it should have failed due to a failed election)
We should also make sure in cases where a rollback during an election is tolerable, that the parameter `"force": true` is used in order to guarantee the election to succeed.
- related to
-
SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp
- Closed