diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2014-06-19 13:51:41 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-06-23 03:13:28 -0700 |
commit | 8d92734f289ab55910045ba7b92bbef1d0dd123c (patch) | |
tree | 3db8b723f2068006a17d33676b230a65944a5a6e /tests/basic/volume-snapshot.t | |
parent | 1e4a046828ea11cb4c7738a2a00fb715f84dc1ff (diff) |
tests: Change umount with force_umount with 5 retries
Change-Id: I0e2dbdfd34080328dfa6b4eebef0366f2b0fcb04
BUG: 1092850
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/8117
Tested-by: Justin Clift <justin@gluster.org>
Reviewed-by: Harshavardhana <harsha@harshavardhana.net>
Tested-by: Harshavardhana <harsha@harshavardhana.net>
Reviewed-by: Sachin Pandit <spandit@redhat.com>
Reviewed-by: Prashanth Pai <ppai@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/basic/volume-snapshot.t')
-rwxr-xr-x | tests/basic/volume-snapshot.t | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/basic/volume-snapshot.t b/tests/basic/volume-snapshot.t index 21d6ea3b939..bb483850eeb 100755 --- a/tests/basic/volume-snapshot.t +++ b/tests/basic/volume-snapshot.t @@ -108,11 +108,9 @@ TEST $CLI_1 snapshot config $V0 snap-max-hard-limit 100 TEST $CLI_1 snapshot config $V1 snap-max-hard-limit 100 TEST glusterfs -s $H1 --volfile-id=/snaps/${V0}_snap/${V0} $M0 -sleep 2 -TEST umount -f $M0 +EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $M0 TEST glusterfs -s $H2 --volfile-id=/snaps/${V1}_snap/${V1} $M0 -sleep 2 -TEST umount -f $M0 +EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $M0 #Clean up stop_force_volumes 2 |