From 99e63168c498cf57f3f8fabab1d2b86a4ea639ce Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Mon, 28 Jan 2013 12:55:17 +0530 Subject: cluster/afr: before checking lock_count of internal lock make sure its not entrylk when the expected lock count is equal to the attempted lock count, then before deciding that lock is failed on all the nodes, make sure the lock type is checked properly. Change-Id: I1f362d54320cb6ec5654c5c69915c0f61c91d8c7 BUG: 765564 Signed-off-by: Raghavendra Bhat Reviewed-on: http://review.gluster.org/4436 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- tests/bugs/bug-765564.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/bugs/bug-765564.t b/tests/bugs/bug-765564.t index cf00f520..c1f29d92 100644 --- a/tests/bugs/bug-765564.t +++ b/tests/bugs/bug-765564.t @@ -63,6 +63,9 @@ function rm_mv_correctness () { return $ret } +TEST touch a; +TEST mv a b; + TEST rm_mv_correctness; TEST umount $M0; cleanup; -- cgit