Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
Fully Compatible
-
ALL
-
v4.2
-
Repl 2020-03-09
-
29
Description
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.