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 <ravishankar@redhat.com> Reviewed-on: https://review.gluster.org/17290 Reviewed-by: Atin Mukherjee <amukherj@redhat.com> Reviewed-by: Raghavendra G <rgowdapp@redhat.com> Smoke: Gluster Build System <jenkins@build.gluster.org> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
This commit is contained in:
parent
710cd0ae8f
commit
ba0fc77947
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user