From 5a3f91bc2140a53e1e6a7d98aed939a01f18f034 Mon Sep 17 00:00:00 2001 From: vmallika Date: Mon, 17 Nov 2014 07:14:28 +0530 Subject: gluster/uss: Don't send failure when accessing snap with name same as entry-point name. In a scenario, if the snap name is same as the snap-directory than cd to snaps/snaps fails. Send a lookup to snap-view server instead of failing Change-Id: Ie7b811815ff30961500592bbc8cdb514a9d76ef5 BUG: 1175733 Signed-off-by: vmallika Reviewed-on: http://review.gluster.org/9135 Tested-by: Gluster Build System Reviewed-by: Rajesh Joseph Reviewed-by: Avra Sengupta Reviewed-by: Krishnan Parthasarathi Tested-by: Krishnan Parthasarathi Signed-off-by: Sachin Pandit Reviewed-on: http://review.gluster.org/9306 Reviewed-by: Raghavendra Bhat --- tests/include.rc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/include.rc') diff --git a/tests/include.rc b/tests/include.rc index 5640ab08fbe..599ad1bd4c2 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -325,6 +325,12 @@ function process_leak_count () return $(ls -lh /proc/$pid/fd | grep "(deleted)"| wc -l) } +function STAT() +{ + stat $1 + echo $? +} + alias EXPECT='_EXPECT $LINENO' alias EXPECT_NOT='_EXPECT_NOT $LINENO' alias TEST='_TEST $LINENO' -- cgit