summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Bellur <vbellur@redhat.com>2015-05-27 15:26:46 +0530
committerVijay Bellur <vbellur@redhat.com>2015-05-27 23:47:27 -0700
commitde04160253515dc55389af2f5750f856d150ee5e (patch)
treec583acc1d66535d954069dfed81b14c190200a63
parent0bcd638b46a7134f0285b39aabfed9950645bdc3 (diff)
tests: Disable flush-behind
Change-Id: I2f56a6e8cc44da935ce3b1f76142e960d5eb698f BUG: 1225077 Signed-off-by: Vijay Bellur <vbellur@redhat.com> Reviewed-on: http://review.gluster.org/10939 Tested-by: NetBSD Build System
-rwxr-xr-xrun-tests.sh1
-rw-r--r--tests/bugs/replicate/bug-976800.t1
2 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 7a41dcfa3a3..9c94f2f3d8a 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -195,7 +195,6 @@ function is_bad_test ()
{
local name=$1
for bt in ./tests/basic/uss.t \
- ./tests/bugs/replicate/bug-976800.t \
./tests/bugs/replicate/bug-1015990.t \
./tests/bugs/quota/bug-1038598.t \
./tests/basic/afr/read-subvol-entry.t \
diff --git a/tests/bugs/replicate/bug-976800.t b/tests/bugs/replicate/bug-976800.t
index 35a40a3c72e..8311734ab24 100644
--- a/tests/bugs/replicate/bug-976800.t
+++ b/tests/bugs/replicate/bug-976800.t
@@ -21,6 +21,7 @@ TEST pidof glusterd
TEST $CLI volume create $V0 replica 2 $H0:$B0/${V0}{0,1}
TEST $CLI volume set $V0 ensure-durability off
TEST $CLI volume set $V0 eager-lock off
+TEST $CLI volume set $V0 flush-behind off
TEST $CLI volume start $V0
TEST glusterfs --volfile-id=/$V0 --volfile-server=$H0 $M0 --attribute-timeout=0 --entry-timeout=0
TEST dd of=$M0/1 if=/dev/zero bs=1k count=1 conv=fsync