From: John L. Hammond Date: Fri, 13 May 2022 12:29:59 +0000 (-0500) Subject: LU-11170 test: increase time limit in sanity test_415 X-Git-Tag: 2.15.51~254 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b974d7d8a9759601b6f851895ee32714ccf56f28;p=fs%2Flustre-release.git LU-11170 test: increase time limit in sanity test_415 In sanity test_415() double the time limit on renaming 500 files. Really we should not be doing arbitrary performance tests using VMs on oversubscribed test nodes but whatever. Test-Parameters: trivial testlist=sanity env=ONLY=415,ONLY_REPEAT=10 Signed-off-by: John L. Hammond Change-Id: Ie2677df00f13ffc85d21ceba5ba7115fff6f0980 Reviewed-on: https://review.whamcloud.com/47341 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Nathaniel Clark Reviewed-by: Lai Siyao Reviewed-by: Andreas Dilger --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 39250cc..51927ad 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -25859,7 +25859,7 @@ test_415() { total=500 # this test may be slow on ZFS - [ "$mds1_FSTYPE" == "zfs" ] && total=100 + [ "$mds1_FSTYPE" == "zfs" ] && total=50 # though this test is designed for striped directory, let's test normal # directory too since lock is always saved as CoS lock.