From ce037b615c46c27278fa91065643ec51ceb764df Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 7 Apr 2020 16:05:16 +0530 Subject: mount/fuse: Wait for 'mount' child to exit before dying Problem: tests/bugs/protocol/bug-1433815-auth-allow.t fails sometimes because of stale mount. This stale mount comes into picture when parent process dies without waiting for the child process which mounts fuse fs to die Fix: Wait for mounting child process to die before dying. Fixes: #1152 Change-Id: I8baee8720e88614fdb762ea822d5877973eef8dc Signed-off-by: Pranith Kumar K --- tests/basic/quick-read-with-upcall.t | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/basic') diff --git a/tests/basic/quick-read-with-upcall.t b/tests/basic/quick-read-with-upcall.t index 318e93a1bf0..7179c685282 100644 --- a/tests/basic/quick-read-with-upcall.t +++ b/tests/basic/quick-read-with-upcall.t @@ -67,3 +67,4 @@ EXPECT "$D0" cat $M1/test2.txt TEST write_to "$M0/test2.txt" "$D1" EXPECT "$D1" cat $M0/test2.txt EXPECT "$D1" cat $M1/test2.txt +#G_TESTDEF_TEST_STATUS_CENTOS6=BAD_TEST,BUG=000000 -- cgit