From 2cd1732f33297fc48a7f160b673d461f333e86de 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. Lustre-change: https://review.whamcloud.com/52741 Lustre-commit: TBD Change-Id: I7bb1156127eb423889626bf84bc6c87dd68e6ece Test-Parameters: trivial testlist=runtests Signed-off-by: Li Dongyang Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/52743 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/runtests | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/runtests b/lustre/tests/runtests index 60461c7..d7c446d 100755 --- a/lustre/tests/runtests +++ b/lustre/tests/runtests @@ -15,6 +15,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