From ab300315dbbd745aec91482fc59ea15e6909fe15 Mon Sep 17 00:00:00 2001 From: Emoly Liu Date: Mon, 6 May 2024 11:15:37 +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. Test-Parameters: trivial serverbuildno=170 serverjob=lustre-b2_12 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 --- 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 9f5f3b1..4c0539a 100755 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -516,6 +516,9 @@ test_5g() { run_test 5g "handle missing debugfs" test_5h() { + (( $MDS1_VERSION >= $(version_code 2.12.54) )) || + skip "Need MDS version at least 2.12.54" + setup stop mds1 -- 1.8.3.1