Function test_util::runner::clear_failpoints[][src]

pub fn clear_failpoints()

During panic, due to drop order, failpoints will not be cleared before tests exit. If tests wait for a sleep failpoint, the whole tests will hang. So we need a method to clear failpoints explicitly besides teardown.