From 99cd07c596f74b1ee8a88c4a43b37eb0921e5fe2 Mon Sep 17 00:00:00 2001 From: Atin Mukherjee Date: Tue, 1 Sep 2015 10:53:19 +0530 Subject: tests: add bug-948686.t to bad_tests bug-948686.t intermittely ends up in a race in GlusterD where one thread deletes a stale volume and on a volume start request a start is attempted on the same object which might be freed up by the other thread. We are considering to use refcounting mechanism while accessing volinfo objects to get rid of this problem but that needs a significant amount of time in development. Till then adding this test in bad_tests () Change-Id: I3ddc025b07c47b17ea75554d5cc809a839365f10 BUG: 1258714 Signed-off-by: Atin Mukherjee Reviewed-on: http://review.gluster.org/12070 Reviewed-by: Raghavendra Talur Tested-by: NetBSD Build System Tested-by: Gluster Build System --- 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 d0804d0767c..5d657945850 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -203,6 +203,7 @@ function is_bad_test () ./tests/basic/afr/arbiter-statfs.t \ ./tests/basic/tier/tier.t \ ./tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t \ + ./tests/bugs/glusterd/bug-948686.t \ ; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done -- cgit