From: Lai Siyao Date: Sun, 22 Jul 2018 01:44:02 +0000 (+0800) Subject: LU-11102 test: test fewer files on ZFS system X-Git-Tag: 2.11.54~17 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F32933%2F2;p=fs%2Flustre-release.git 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 --- 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.