summaryrefslogtreecommitdiffstats
path: root/tests/features
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2015-05-01 20:12:50 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2015-05-03 19:26:43 -0700
commit7c4d103700f0bbe0c5e134f743a68f370e5600be (patch)
tree29fd201a2513c6fe4809c91aae446f416d34197c /tests/features
parentcff5db814ee31b556d321f7421cdb3fccc8c629d (diff)
tests: Fix spurious failures
- Use REBALANCE_TIMEOUT in EXPECT_WITHIN - Use fdatasync to prevent write-behind from giving success - Add logfile to glupy Change-Id: I51ab51644aaa4aa9d49f185e7b8959bb58be966b BUG: 1217766 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com> Reviewed-on: http://review.gluster.org/10487 Reviewed-by: Niels de Vos <ndevos@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'tests/features')
-rwxr-xr-xtests/features/glupy.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/glupy.t b/tests/features/glupy.t
index 8b79a148d4d..2ff6430ec6a 100755
--- a/tests/features/glupy.t
+++ b/tests/features/glupy.t
@@ -20,7 +20,7 @@ volume vol-glupy
end-volume
EOF
-TEST glusterfs -f $B0/glupytest.vol $M0;
+TEST glusterfs -f $B0/glupytest.vol -l /var/log/glusterfs/glupy.log $M0;
TEST touch $M0/filename;
EXPECT "filename" ls $M0