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.