-
Notifications
You must be signed in to change notification settings - Fork 56
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: make check lock #23
Comments
Hmm, diod is not seeing the root fid clunked. It looks like this for me when I type exit from the t00 shell:
Here's what lsof shows right before I type exit:
Do you see anything different e.g. that might be preventing the file system from being unmounted? I don't understand how the |
t00 exit is the same as t05 for me: I tried umount -f 9p partition from another shell after typing exit in t00 and I've got the prompt again. Reverting b2dd33b ("Run tests/kern on a pair of pipes (issue 68)") ls -l /proc//fd only gives the pipe and 0/1/2 dev/pts/0 |
The What happens if you ssh back into the machine (thereby getting a shell outside of your windowning environment) and try the test. Does that change anything? Or maybe exit back to a console and try it? |
Still the same starting in console mode. No .Trash but test is locked as well... |
make check works for both misc/user but keeps locking
during kernel testing (from t05) in root mode with latest linux-next
kernel and debian 8 on ext4 partition.
Problem appears for all tests (CTRL-C to quit)
in runtest when calling kconjoin.
IMHO t00 also has the same problem:
cd tests/kern
make check TESTS=t00
works because it does only execute bash but when typing exit,
we're locked as well.
end of t05.diod before CTRL-C:
diod: P9_TWALK tag 1 fid 1 newfid 2 nwname 1 '.Trash'
diod: P9_RLERROR tag 1 ecode 2
diod: P9_TWALK tag 1 fid 1 newfid 2 nwname 1 '.Trash-1000'
diod: P9_RLERROR tag 1 ecode 2
t05.out
kconjoin: diodmount exited with rc=0
kconjoin: t05 exited with rc=0
The text was updated successfully, but these errors were encountered: