-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
Repl 2021-06-28, Repl 2021-07-12
fail_point_util.js (added in SERVER-39165) contains a helper function for turning on/off and waiting for a fail point. setFailPoint in rslib.js is equivalent to configureFailPoint in fail_point_util.js, and clearFailPoint is equivalent to doing off() on the returned fail point. The tests that use tests functions should be updated to use fail_point_util.js instead.
- related to
-
SERVER-39165 Add waitForFailpoint command
- Closed