From dbad74f1e739c6d1f48b8af392c1eee1a7254015 Mon Sep 17 00:00:00 2001 From: Ravishankar N Date: Thu, 21 May 2015 15:43:35 +0530 Subject: tests: data-self-heal.t fix Use Index heal instead of full heal to heal files because if both bricks are on the same node, the 2 full heal threads might compete and fail to acquire the non blocking locks and the file might not get healed during the full heal crawl. Change-Id: I3b9e2de7b0366b4bc40b54314807ef165baad68f BUG: 1163543 Signed-off-by: Ravishankar N Reviewed-on: http://review.gluster.org/10875 Tested-by: Gluster Build System Reviewed-by: Pranith Kumar Karampuri --- run-tests.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index 743f19e97eb..e677a85bf3f 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -214,7 +214,6 @@ function is_bad_test () ./tests/bugs/snapshot/bug-1112559.t \ ./tests/bugs/disperse/bug-1187474.t \ ./tests/basic/afr/sparse-file-self-heal.t \ - ./tests/basic/afr/data-self-heal.t \ ./tests/basic/mount-nfs-auth.t \ ./tests/performance/open-behind.t \ ./tests/basic/ec/ec-5-1.t \ -- cgit