From eba1fb05791f1424f68998cf2175cad1ce6098de Mon Sep 17 00:00:00 2001 From: Ravishankar N Date: Thu, 19 Jun 2014 05:06:53 +0000 Subject: features/index: Don't delete current xattrop index. Delete the base entry in indices/xattrop only when it is stale. Change-Id: I675c1510dd8293d068e31b552b0de48f50aac658 BUG: 1101647 Signed-off-by: Ravishankar N Reviewed-on: http://review.gluster.org/8119 Tested-by: Gluster Build System Reviewed-by: Pranith Kumar Karampuri Tested-by: Pranith Kumar Karampuri --- tests/bugs/bug-957877.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/bugs/bug-957877.t') diff --git a/tests/bugs/bug-957877.t b/tests/bugs/bug-957877.t index 90836679de9..52bbd62ec2a 100644 --- a/tests/bugs/bug-957877.t +++ b/tests/bugs/bug-957877.t @@ -23,7 +23,7 @@ EXPECT_WITHIN $CHILD_UP_TIMEOUT "1" afr_child_up_status_in_shd $V0 1 TEST $CLI volume heal $V0 # Wait for self-heal to complete -EXPECT_WITHIN $HEAL_TIMEOUT '0' count_sh_entries $BRICK; +EXPECT_WITHIN $HEAL_TIMEOUT '1' count_sh_entries $BRICK; TEST getfattr -n "user.foo" $B0/${V0}0/f1; -- cgit