From 0600ffcc1fc425daa9c98d77a0f1531cd7902589 Mon Sep 17 00:00:00 2001 From: vmallika Date: Tue, 1 Sep 2015 14:21:43 +0530 Subject: test: fix spurious failure from ./tests/basic/quota-nfs.t This is a backport of http://review.gluster.org/#/c/12075/ Before checking for the quota usage, umount and mount NFS mountpoint to flush the NFS cached data. This test is fails on NetBSD, so marking the test as bad-test > Change-Id: I1f30f5d9a919b3959c9f158366bd2f47569c8e03 > BUG: 1258766 > Signed-off-by: vmallika Change-Id: I86f24435224851e60d96c39126de92d54b2a19da BUG: 1259652 Signed-off-by: vmallika Reviewed-on: http://review.gluster.org/12097 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Atin Mukherjee --- run-tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index 2b5aa33252a..49b31834fcd 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -195,6 +195,7 @@ function is_bad_test () { local name=$1 for bt in ./tests/basic/quota-anon-fd-nfs.t \ + ./tests/basic/quota-nfs.t \ ./tests/basic/tier/tier_lookup_heal.t \ ./tests/basic/tier/bug-1214222-directories_miising_after_attach_tier.t \ ./tests/bugs/snapshot/bug-1109889.t \ -- cgit