-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code, Testing Infrastructure
-
None
-
Fully Compatible
-
Sharding 2018-11-05
The currently available way to block on an enabled failpoint is implemented as a plain for-loop with sleep. This doesn't allow using failpoints in places where the running operation context can be expected to be interrupted.
This ticket is to introduce an analogous call, which takes an OperationContext and checks for interrupts.
- is depended on by
-
SERVER-37244 Implement checkOutSessionForKill API and switch all non-migration callers to use it
- Closed