summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaghavendra Talur <rtalur@redhat.com>2015-08-28 10:46:11 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2015-08-28 00:33:37 -0700
commit4ac8ba045215a103cbac825b2b70b571133c8ec4 (patch)
tree23f6ed56fba336f2d98886949ee91db13ae56c46
parent6ad05cd4b7995a3791a9e45ce03dc31641e8d78f (diff)
tests: Mark bug-1238706-daemons-stop-on-peer-cleanup.t as bad
This test fails frequently. Use bug number 1257792 when you move this test out of bad_tests. Change-Id: Ib65f22096dc9af131c4d2f38b59a857c549a674a BUG: 1257792 Signed-off-by: Raghavendra Talur <rtalur@redhat.com> Reviewed-on: http://review.gluster.org/12036 Reviewed-by: Atin Mukherjee <amukherj@redhat.com> Tested-by: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Gaurav Kumar Garg <ggarg@redhat.com>
-rwxr-xr-xrun-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index db4240f9660..77a7b5d7806 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -203,6 +203,7 @@ function is_bad_test ()
./tests/geo-rep/georep-basic-dr-tarssh.t \
./tests/basic/afr/arbiter-statfs.t \
./tests/basic/tier/tier.t \
+ ./tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done