-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Replication
-
Labels:None
-
Backwards Compatibility:Fully Compatible
-
Operating System:ALL
-
Backport Requested:v4.2
-
Sprint:Repl 2020-03-09
-
Linked BF Score:29
The test retries connecting to the arbiter, however it uses the form of assert.soon() which is not exception-safe. That should be changed to assert.soonNoExcept() for the retry logic to be complete.