-
Notifications
You must be signed in to change notification settings - Fork 60
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/kern/t31 fstest fails on newer kernels (6.6.45 OK, 6.9.3 FAIL) #103
Comments
Noted in #108
|
Problem: tests/kern/t31 (fstest) fails on newer ubuntu 22.04's kernel 6.9.3 but not on yocto's 6.6.45. Since ubuntu-latest is currently 22.04 in CI, mark XFAIL until we can get to the root cause. See chaos#103
Another data point: this test passes in ubuntu-22.04 CI with the following kernel
|
Hmm, just noted this is passing now on my home system, still at kernel 6.9.3. I'm not sure what changed. |
t31 passes for me on Yocto with kernel 6.12 and diod master dca6145. It may be problems with which kernel configs I had enabled for the kernel previously. My current status is that
So this issue can be closed. |
OK, thanks for the follow up. I did observe this failure on my home system too as noted above, but then it mysteriously starting working again. I'm OK with closing this for now. We can revisit if we are having more problems. |
Oh, I think I have an explanation for this one. If The failure can be reproduced by commenting out the setting of If we need it, libpcap should be a hard requirement. I'm not sure I completely understand why we need it - need to refresh my memory. |
Problem: if libcap is not found by configure but multi-user is enabled, diod runs without it, leading to test failures noted in chaos#103. Make that a hard error unless configured with --disable-multiuser. Also, use pkg-config to find libcap. Don't build the libnpfs/capability unit test if multi-user is disabled.
Problem:
tests/kern/t31
fails on kernel 6.9.3 (ubuntu 22.04)The text was updated successfully, but these errors were encountered: