-
Notifications
You must be signed in to change notification settings - Fork 14
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
unittests stuck in test_ocxl_afu_attach() #29
Comments
The use of fuse makes these tests flakey as I would suggest testing with real hardware (like the memcpy AFU) instead |
Thanks for info, I too suspected fuse ... I'll see what I can do, my goal is to have some basic testing for distro builds, so relying on real hw might be difficult. |
@deece we need to document that |
I think a better choice would be to disable any subtests that are subject to the races |
Hmm, it's not that simple, the tests work the first time through, then hang in the open call on subsequent runs.
|
I have a problem with the unittests, it gets stuck in test_ocxl_afu_attach() (almost) every time. See the output below. The environment is libocxl from github master, Fedora 28 with kernel-5.1.0-0.rc5.git0.1.fc31.op.1.ppc64le, HW is Power9 Talos II bare metal.
output of ps shows
and trying to attach either strace or gdb leads nowhere, they get stuck as well.
The text was updated successfully, but these errors were encountered: