fuse: tests: Add some debugging to test-fuse-umount-race.sh.

This test fails on recent kernels, sometimes.

Apparently calling 'fusermount -u mp' can exit with an EBUSY error,
but still unmount the filesystem.  Or possibly guestmount crashes
coincidentally.  It's impossible to debug because debugging tools like
strace prevent fuse from working at all.
This commit is contained in:
Richard W.M. Jones
2015-04-23 19:03:36 +01:00
parent 6dee5a4152
commit b02980d5af

View File

@@ -61,7 +61,7 @@ pid="$(cat test.pid)"
timeout=10
# Unmount the mountpoint.
./guestunmount mp
./guestunmount -v mp
# Wait for guestmount to exit.
count=$timeout