From 23dc3058a219b7cccc7ee2dd4612d0affa0b89c4 Mon Sep 17 00:00:00 2001 From: Emoly Liu Date: Mon, 6 May 2024 12:24:00 +0800 Subject: [PATCH] LU-17815 tests: skip conf-sanity.sh test_5h Skip conf-sanity.sh test_5h because it always caused test_102 and test_108 failure in recent interop testing. Lustre-change: https://review.whamcloud.com/55012 Lustre-commit: TBD (from ab300315dbbd745aec91482fc59ea15e6909fe15) Test-Parameters: trivial serverbuildno=606 serverjob=lustre-b_es5_2 serverdistro=el7.9 testlist=conf-sanity env=ONLY="5h 102 108",HONOR_EXCEPT=y Test-Parameters: trivial testlist=conf-sanity Fixes: d1b5146eda ("LU-12206 mdt: mdt_init0 failure handling") Signed-off-by: Emoly Liu Change-Id: Id6ffe8b5d88e1d79883cbf2d84d73796945fc734 Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/55013 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Zhenyu Xu Reviewed-by: Andreas Dilger --- lustre/tests/conf-sanity.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 3cb295e..ede154a 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -520,6 +520,9 @@ test_5g() { run_test 5g "handle missing debugfs" test_5h() { + (( $MDS1_VERSION >= $(version_code 2.12.54) )) || + skip "Need MDS version >= 2.12.54" + setup stop mds1 -- 1.8.3.1