From 7c4d103700f0bbe0c5e134f743a68f370e5600be Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Fri, 1 May 2015 20:12:50 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/10487 Reviewed-by: Niels de Vos Tested-by: Gluster Build System --- tests/features/glupy.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/features') 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 -- cgit