From 7d62340b3cbc49bae49dd2fa8d5e7a0a8e3c1b2e Mon Sep 17 00:00:00 2001 From: Li Dongyang Date: Wed, 18 Oct 2023 16:15:41 +1100 Subject: [PATCH] LU-11912 tests: force new seq in runtests If seq rollover happens during runtests/1, the new seq on OST will consume some space and this will fail the free space check. Force a new seq before running test case to prevent this. Change-Id: I7bb1156127eb423889626bf84bc6c87dd68e6ece Test-Parameters: trivial testlist=runtests Signed-off-by: Li Dongyang Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52741 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin Reviewed-by: Andreas Dilger --- lustre/tests/runtests | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/runtests b/lustre/tests/runtests index a0d5647..4a5b912 100755 --- a/lustre/tests/runtests +++ b/lustre/tests/runtests @@ -16,6 +16,7 @@ RUNTESTS_SRC=${RUNTESTS_SRC:-"/etc /bin"} [ "$RMDIRMANY" ] || RMDIRMANY="unlinkmany -d" check_and_setup_lustre +force_new_seq_all test_1() { sleep 5 # let MDS refresh aggregated statfs -- 1.8.3.1