diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2013-07-23 14:06:56 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-07-23 03:37:54 -0700 |
commit | cee1f9b5c7917bba220f1156b342bf07cac4ad38 (patch) | |
tree | 239ef5b4ecc989472a9b3ac922c5c9d73f8b3dbd /tests/bugs/bug-861015-index.t | |
parent | 50cfc2d8e814ec649283bbd058eebd779d213d4d (diff) |
tests: Avoid timing delays caused by fsync
Change-Id: I2da53dd14d7352bdc878fce5a9019a955e150ce9
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/5377
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'tests/bugs/bug-861015-index.t')
-rw-r--r-- | tests/bugs/bug-861015-index.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugs/bug-861015-index.t b/tests/bugs/bug-861015-index.t index 15758bad..4b148e6c 100644 --- a/tests/bugs/bug-861015-index.t +++ b/tests/bugs/bug-861015-index.t @@ -8,6 +8,7 @@ cleanup; TEST glusterd TEST pidof glusterd TEST $CLI volume create $V0 replica 2 $H0:$B0/${V0}{0,1,2,3,4,5} +TEST $CLI volume set $V0 ensure-durability off TEST $CLI volume start $V0 EXPECT_WITHIN 20 "Y" glustershd_up_status TEST glusterfs --volfile-id=/$V0 --volfile-server=$H0 $M0 --attribute-timeout=0 --entry-timeout=0 |