From 88aa0f59a95f41a54d03ec4bb7edfe4d528c4f50 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Thu, 9 Jan 2025 17:16:27 -0700 Subject: [PATCH] LU-12572 tests: wait longer to clean up files Occasionally if a VM test node is busy after creating many files, then it may take slightly longer to clean up at subtest completion. Wait longer instead of failing the subtest and needing a full rerun. This affects subtests like sanity-quota/8, sanity-pfl/20b, etc. Test-Parameters: trivial Test-Parameters: testlist=sanity-quota env=ONLY=8,ONLY_MINUTES=30 Test-Parameters: testlist=sanity-pfl env=ONLY=20b,ONLY_MINUTES=30 Fixes: c44b2bea1b ("LU-15179 tests: add trap cleanup_quota_test") Signed-off-by: Andreas Dilger Change-Id: I0c48a0e45a2423bb79ad886e5246e6a8ff50041e Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57704 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Patrick Farrell Reviewed-by: Emoly Liu Reviewed-by: Oleg Drokin --- lustre/tests/test-framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 764202b..88a5bca 100755 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -3757,7 +3757,7 @@ ost_watermarks_clear_enospc() { } wait_delete_completed_mds() { - local max_wait=${1:-20} + local max_wait=${1:-60} local mds2sync="" local stime=$(date +%s) local etime -- 1.8.3.1