From 7fc6eacc9bad7991932f3cd53fe7db8ad42a665e Mon Sep 17 00:00:00 2001 From: Lai Siyao Date: Sun, 22 Jul 2018 09:44:02 +0800 Subject: [PATCH] LU-11102 test: test fewer files on ZFS system sanity test_415 may be slow on ZFS system, test with use fewer files. Signed-off-by: Lai Siyao Change-Id: Ie21e9e146508b395c8196adac1f6ba3e6854a1ef Reviewed-on: https://review.whamcloud.com/32933 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Mike Pershin Reviewed-by: Andreas Dilger --- lustre/tests/sanity.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index e94393a..20958bd 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -18654,6 +18654,8 @@ test_415() { local duration total=500 + # this test may be slow on ZFS + [ "$(facet_fstype mds1)" == "zfs" ] && total=100 # though this test is designed for striped directory, let's test normal # directory too since lock is always saved as CoS lock. -- 1.8.3.1