From 4e05a9c64b2a59cc0ff090082ab268463ba8b450 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Sat, 9 Feb 2013 07:06:18 +0530 Subject: Tests: Explicitly set eager-lock on Change-Id: I834fd5adab6e328ed106e413fc06e4280d1d24b2 BUG: 888174 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/4497 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- tests/bugs/bug-888174.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/bugs/bug-888174.t b/tests/bugs/bug-888174.t index ee614fbdf..6cf8d04ad 100644 --- a/tests/bugs/bug-888174.t +++ b/tests/bugs/bug-888174.t @@ -14,6 +14,8 @@ TEST pidof glusterd TEST $CLI volume create $V0 replica 2 $H0:$B0/r2_0 $H0:$B0/r2_1 +TEST $CLI volume set $V0 cluster.eager-lock on + TEST $CLI volume set $V0 performance.flush-behind off EXPECT "off" volume_option $V0 performance.flush-behind @@ -46,7 +48,6 @@ p=$! #trigger graph switches, tests for fsync not leaving any pending flags TEST $CLI volume set $V0 performance.quick-read off TEST $CLI volume set $V0 performance.io-cache off -TEST $CLI volume set $V0 performance.write-behind off TEST $CLI volume set $V0 performance.stat-prefetch off TEST $CLI volume set $V0 performance.read-ahead off -- cgit