From b974d7d8a9759601b6f851895ee32714ccf56f28 Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Fri, 13 May 2022 07:29:59 -0500 Subject: [PATCH] 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 --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.8.3.1