diff options
Diffstat (limited to 'tests/bugs/bug-884597.t')
-rwxr-xr-x | tests/bugs/bug-884597.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bugs/bug-884597.t b/tests/bugs/bug-884597.t index 8eb1f330bfa..db8d0c33fd3 100755 --- a/tests/bugs/bug-884597.t +++ b/tests/bugs/bug-884597.t @@ -1,6 +1,7 @@ #!/bin/bash . $(dirname $0)/../include.rc . $(dirname $0)/../dht.rc +. $(dirname $0)/../volume.rc cleanup; BRICK_COUNT=3 @@ -63,7 +64,7 @@ rm -rf $B0/${V0}$cached/$i # without a unmount, we are not able to trigger a lookup based heal -TEST umount $M0 +EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $M0 ## Mount FUSE TEST glusterfs --attribute-timeout=0 --entry-timeout=0 -s $H0 --volfile-id $V0 $M0; |