-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
v4.2
-
Repl 2020-03-09
-
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.