From 94e5f4bf6555fd102dcc15e3b91685d7728cd064 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Fri, 1 May 2015 21:51:09 +0530 Subject: tests: Fix spurious failures Backport of: http://review.gluster.org/10480 http://review.gluster.org/10487 http://review.gluster.org/10488 http://review.gluster.com/10540 - Use REBALANCE_TIMEOUT in EXPECT_WITHIN - Use fdatasync to prevent write - behind from giving success - Add logfile to glupy - Check aux umount is unmounted for quota tests - Disable flush behind so that file will be closed Change-Id: Ia2447176273557738b7a71cc25dd9b9effc16d58 BUG: 1218485 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/10543 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- 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