diff options
author | Ravishankar N <ravishankar@redhat.com> | 2014-06-19 05:06:53 +0000 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2014-06-20 05:56:52 -0700 |
commit | eba1fb05791f1424f68998cf2175cad1ce6098de (patch) | |
tree | 12e25999b60859649090fc440872d4e9bc2e788b /tests/bugs/bug-957877.t | |
parent | d0547a28f59d80ed572652af3e327b761c4e540f (diff) |
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 <ravishankar@redhat.com>
Reviewed-on: http://review.gluster.org/8119
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Tested-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'tests/bugs/bug-957877.t')
-rw-r--r-- | tests/bugs/bug-957877.t | 2 |
1 files changed, 1 insertions, 1 deletions
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; |