summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
authorvmallika <vmallika@redhat.com>2015-09-01 14:21:43 +0530
committerAtin Mukherjee <amukherj@redhat.com>2015-09-04 00:07:48 -0700
commit0600ffcc1fc425daa9c98d77a0f1531cd7902589 (patch)
tree3603f9657ba71f8510c992aab23d5ffd83568265 /run-tests.sh
parent5bb4143e0a59ad69ac6ef74c2957784cf660c1fd (diff)
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 <vmallika@redhat.com> Change-Id: I86f24435224851e60d96c39126de92d54b2a19da BUG: 1259652 Signed-off-by: vmallika <vmallika@redhat.com> Reviewed-on: http://review.gluster.org/12097 Tested-by: NetBSD Build System <jenkins@build.gluster.org> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh1
1 files changed, 1 insertions, 0 deletions
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 \