You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test will fail on fats machined in the check_kill_repair/1 function. This starts a repair and then spawns a process to wait 1.5 seconds before killing it.
However - on a relatively fast machine (M1 macbook) the repair finishes at about 1s. So the kill never interrupts.
The text was updated successfully, but these errors were encountered:
An obvious change is to increase the key counts, and make the test a little deeper. This avoids the timeout issue at the end, but now intermittently fails at other points.
This appears to be a fundamentally unreliable test.
This test will fail on fats machined in the
check_kill_repair/1
function. This starts a repair and then spawns a process to wait 1.5 seconds before killing it.However - on a relatively fast machine (M1 macbook) the repair finishes at about 1s. So the kill never interrupts.
The text was updated successfully, but these errors were encountered: