Details
Description
In some file copy based initial sync tests we need to pause at a failpoint and then restart the server. Since the failpoints are not interruptible, that would deadlock. We work around this by releasing the failpoint and then restarting, but occasionally there's a race and FCBIS finishes before restarting. We should be able to make the failpoints cancelable.