From 20a227345d4343a0e2f77ed4a4774f195860c7d5 Mon Sep 17 00:00:00 2001 From: vmallika Date: Fri, 6 Nov 2015 13:17:26 +0530 Subject: quota: fix for spurious failure Filed a bug# 1278689. For now marking the testcase tests/bugs/quota/bug-1235182.t' bad once the bug# 1278689, remove the testcase from bad list Change-Id: I224f907153d3e5f35834007a40b0050246d8787a BUG: 1278689 Signed-off-by: vmallika Reviewed-on: http://review.gluster.org/12526 Tested-by: Gluster Build System Reviewed-by: Dan Lambright Tested-by: Dan Lambright --- 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 91ba5c0bcd6..01ffa5b6f10 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/bugs/quota/bug-1235182.t \ ./tests/basic/mount-nfs-auth.t \ ./tests/basic/quota-nfs.t \ ./tests/basic/tier/tier_lookup_heal.t \ -- cgit