diff options
author | Ravishankar N <ravishankar@redhat.com> | 2015-05-21 15:43:35 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2015-05-22 02:32:27 -0700 |
commit | dbad74f1e739c6d1f48b8af392c1eee1a7254015 (patch) | |
tree | e0417c089bdd9de9ebc4deaa203d9e58ff39bd09 /run-tests.sh | |
parent | 173c7b542939b95a72f30ba2ce1342af62b73f37 (diff) |
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 <ravishankar@redhat.com>
Reviewed-on: http://review.gluster.org/10875
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |