-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
v8.0
-
Security 2024-08-19
-
0
Today, the fle2_contention_kill_parent.js code does not wait for failpoint before killing the op.
We need to add a waitForFailPoint command just before we kill the op, so that we know the failpoint was reached. Also, we can use the functions in fail_point_util.js to do the failpoint setting & waiting, instead of doing it all manually.