Closed
Description
I'm running make check on a diskless node that pxe-boots from NFS, and I am running into intermittent test failures:
rm: cannot remove '/home/andrej/system/munge-0.5.14/t/trash-directory.0110-munged-origin-addr/log-23162/.nfs00000000052c05610000021c': Device or resource busy
FATAL: Cannot prepare test area
ERROR: 0110-munged-origin-addr.t - missing test plan
ERROR: 0110-munged-origin-addr.t - exited with status 1
I've had 8 tests fail with the same output. They seem perfectly harmless and I'm guessing it's a race condition between the nfs lock and rm. I figured I'd report it still in the hope it helps.