From c88c20f7932cd5b49db5a1ae963c683d4b465b4b Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Fri, 20 May 2016 10:29:05 +0530 Subject: tests/write-behind: move 1279730.t to BAD tests There is a race condition which is causing the test to fail. For lack of bandwidth I am moving this test to BAD, though clearly there is some issue with codebase. BUG: 1337779 Change-Id: If4f3eff8a5985f37a4dee65d2df29fa7b6bda7ae Signed-off-by: Raghavendra G Reviewed-on: http://review.gluster.org/14444 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System --- tests/bugs/write-behind/bug-1279730.t | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/bugs/write-behind/bug-1279730.t b/tests/bugs/write-behind/bug-1279730.t index 1c7db1f10d5..20447c349d5 100755 --- a/tests/bugs/write-behind/bug-1279730.t +++ b/tests/bugs/write-behind/bug-1279730.t @@ -31,3 +31,7 @@ TEST $CLI volume stop $V0; TEST $CLI volume delete $V0; cleanup; + +#G_TESTDEF_TEST_STATUS_CENTOS6=BAD_TEST,BUG=1279730 +#G_TESTDEF_TEST_STATUS_NETBSD7=BAD_TEST,BUG=1279730 + -- cgit