From ba0fc77947c9e873350b58a0e3e93ab51cc56b37 Mon Sep 17 00:00:00 2001 From: Ravishankar N Date: Mon, 15 May 2017 10:15:20 +0530 Subject: afr: gfid-mismatch-resolution-with-fav-child-policy.t to bad tests gfid-mismatch-resolution-with-fav-child-policy.t does a `TEST ls $M0/f3` (line #170) to trigger healing of a file in gfid split-brain in a rep-3 volume. But the code to trigger name heal of gfid split-brain file is not yet there. The test is passing due a lookup/ stat on $M0 which triggers a background entry self heal (which has the code to heal gfid split-brain files) which may or may not complete the heal before line 170. If it doesn't, lookup on f3 is failing with EIO. Add the .t to bad tests until Karthik's patch for CLI based gfid split-brain resolution fixes name heal also. Change-Id: Iba6e9d81db386bc406aff1ecb6a18851f09bf7c0 BUG: 1450730 Signed-off-by: Ravishankar N Reviewed-on: https://review.gluster.org/17290 Reviewed-by: Atin Mukherjee Reviewed-by: Raghavendra G Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System --- tests/basic/afr/gfid-mismatch-resolution-with-fav-child-policy.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/basic/afr/gfid-mismatch-resolution-with-fav-child-policy.t b/tests/basic/afr/gfid-mismatch-resolution-with-fav-child-policy.t index 2f14f838e4..9f1347bbb4 100644 --- a/tests/basic/afr/gfid-mismatch-resolution-with-fav-child-policy.t +++ b/tests/basic/afr/gfid-mismatch-resolution-with-fav-child-policy.t @@ -226,3 +226,6 @@ HEALED_MD5=$(md5sum $B0/${V0}2/f4 | cut -d\ -f1) TEST [ "$MAJORITY_MD5" == "$HEALED_MD5" ] cleanup; + +#G_TESTDEF_TEST_STATUS_CENTOS6=BAD_TEST,BUG=1450730 +#G_TESTDEF_TEST_STATUS_NETBSD7=BAD_TEST,BUG=1450730 -- cgit