Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Repl 2019-02-11, Repl 2019-02-25
-
19
Description
The last_error_reported_after_stepdown test currently waits for the operation to not be in progress. However, this allows for a race where the operation hasn't actually started by the time we check for it. We need to wait for it to definitely start, then definitely end, before stepping down.