diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2012-12-03 10:54:21 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2012-12-03 00:29:49 -0800 |
commit | f1ddc077a31671ff547efa205d86c1b8ebd3797a (patch) | |
tree | 70e1f7a1bb9dba1299781f2a8baa1344afe71921 | |
parent | 2fd342a0c21d761d73bfee782717accbce819f24 (diff) |
tests: Perform self-heal in foreground
Change-Id: Ic9fa7ffe9cd704740e920b66162950f0c0322e67
BUG: 865825
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/4253
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
-rwxr-xr-x | tests/bugs/bug-865825.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugs/bug-865825.t b/tests/bugs/bug-865825.t index 5ed716703f4..6bb1c23482d 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 |