From f1ddc077a31671ff547efa205d86c1b8ebd3797a Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Mon, 3 Dec 2012 10:54:21 +0530 Subject: tests: Perform self-heal in foreground Change-Id: Ic9fa7ffe9cd704740e920b66162950f0c0322e67 BUG: 865825 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/4253 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- tests/bugs/bug-865825.t | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bugs/bug-865825.t b/tests/bugs/bug-865825.t index 5ed716703..6bb1c2348 100755 --- a/tests/bugs/bug-865825.t +++ b/tests/bugs/bug-865825.t @@ -26,6 +26,7 @@ EXPECT "$V0" volinfo_field $V0 'Volume Name'; EXPECT 'Created' volinfo_field $V0 'Status'; ## Make sure io-cache and write-behind don't interfere. +TEST $CLI volume set $V0 cluster.background-self-heal-count 0 TEST $CLI volume set $V0 performance.io-cache off; TEST $CLI volume set $V0 performance.write-behind off; TEST $CLI volume set $V0 performance.stat-prefetch off -- cgit