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-874498.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/bugs/bug-874498.t') diff --git a/tests/bugs/bug-874498.t b/tests/bugs/bug-874498.t index fa74115960f..9337e6dc680 100644 --- a/tests/bugs/bug-874498.t +++ b/tests/bugs/bug-874498.t @@ -56,7 +56,7 @@ TEST $CLI volume heal $V0 ##Expected number of entries are 0 in the .glusterfs/indices/xattrop directory -EXPECT_WITHIN $HEAL_TIMEOUT '0' count_sh_entries $FILEN; +EXPECT_WITHIN $HEAL_TIMEOUT '1' count_sh_entries $FILEN; TEST $CLI volume stop $V0; TEST $CLI volume delete $V0; -- cgit