summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
authorvmallika <vmallika@redhat.com>2015-09-01 14:21:43 +0530
committerJeff Darcy <jdarcy@redhat.com>2015-09-03 08:23:59 -0700
commit76233f0cf43125a83b79de3ca5dc742fc9850cce (patch)
tree8c108a498a505a81cdacfb6d7cc0de2c3d26db9b /run-tests.sh
parentb5fff7326e9203c650eb5d395bc5a338075821f1 (diff)
test: fix spurious failure from ./tests/basic/quota-nfs.t
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> Reviewed-on: http://review.gluster.org/12075 Tested-by: NetBSD Build System <jenkins@build.gluster.org> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Manikandan Selvaganesh <mselvaga@redhat.com> Reviewed-by: Jeff Darcy <jdarcy@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 89305178e9d..798f107372e 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -194,6 +194,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 \