[Pkg-libvirt-commits] [libguestfs] 21/59: fuse: tests: Add some debugging to test-fuse-umount-race.sh.

Hilko Bengen bengen at moszumanska.debian.org
Sun May 3 21:26:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit b02980d5af264a436e0efed4f8c7296b9368de4a
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Apr 23 19:03:36 2015 +0100

    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.
---
 fuse/test-fuse-umount-race.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fuse/test-fuse-umount-race.sh b/fuse/test-fuse-umount-race.sh
index e789122..687845e 100755
--- a/fuse/test-fuse-umount-race.sh
+++ b/fuse/test-fuse-umount-race.sh
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list