diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2013-02-09 07:06:18 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-02-08 19:20:09 -0800 |
commit | 4e05a9c64b2a59cc0ff090082ab268463ba8b450 (patch) | |
tree | 5fd47804e9d1d07771a9799f65938eefd976a5d6 | |
parent | 7c0d35b2e7e234084d0414b3cf1e09969a43a677 (diff) |
Tests: Explicitly set eager-lock on
Change-Id: I834fd5adab6e328ed106e413fc06e4280d1d24b2
BUG: 888174
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/4497
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
-rw-r--r-- | tests/bugs/bug-888174.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bugs/bug-888174.t b/tests/bugs/bug-888174.t index ee614fbdfa3..6cf8d04ad7c 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 |