-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests sometimes fail on a diskless NFS-mounted node #77
Comments
Thanks for reporting this. I suspect you're right about it being a race condition between nfs lockfiles and rm. I've worked around these types of errors in the past by moving test suite output files to
I've been meaning to write a wiki page documenting the test suite and the variables that influence its behavior. I'll move that up on my list. |
Nice!
Thanks! :) |
Yay! I'll make sure to document this in the wiki. |
Now documented in the wiki. |
I'm running make check on a diskless node that pxe-boots from NFS, and I am running into intermittent test failures:
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.
The text was updated successfully, but these errors were encountered: