From 7a2fb3694d74ff9ab64d1cbaa113a5428a92269f Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 1 Jun 2015 16:10:40 +0200 Subject: tests: use single-brick volume for mount-nfs-auth.t When running with the replica-3 volume, the "big_write" test sometimes becomes unresponsive. This seems to be an issue (bug 1226941) in the RPC/socket-layer, and not related to the NFS test itself. BUG: 1163543 Change-Id: I51115e4b68d45f3ef7902b4f7a8535518d09408f Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/11085 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY --- run-tests.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index 8f404876302..ee7405e5e67 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/quota-anon-fd-nfs.t \ - ./tests/basic/mount-nfs-auth.t\ ; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done -- cgit