From: Andreas Dilger Date: Wed, 11 Jan 2023 19:02:04 +0000 (-0700) Subject: LU-16456 tests: skip conf-sanity test_129/132 in interop X-Git-Tag: 2.15.54~45 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=7e566c6a1f9d5324718ebc7149153f3272363b9c;p=fs%2Flustre-release.git LU-16456 tests: skip conf-sanity test_129/132 in interop test_129 was added in commit v2_14_56-40-gcefabee52 test_132 was added in commit v2_14_56-96-ge26d7cc39 They should be skipped for older MDS versions. Test-Parameters: trivial testlist=conf-sanity env=ONLY=122-133 serverversion=2.14.0 Fixes: cefabee52 ("LU-15112 mgc: do not ignore target registration failure") Fixes: e26d7cc399 ("LU-14399 hsm: process hsm_actions in coordinator") Signed-off-by: Andreas Dilger Change-Id: If1e276c816ecf2f30dc970f9b5afe85d722540e5 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/49601 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Sergey Cheremencev Reviewed-by: Arshad Hussain Reviewed-by: Sarah Liu Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 7f1fc09..93e24b8 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -10198,6 +10198,8 @@ run_test 128 "Force using remote logs with --nolocallogs" test_129() { + (( MDS1_VERSION >= $(version_code 2.14.57) )) || + skip "Need MDS version at least 2.14.57" stopall start_mgsmds || error "MGS/MDS start failed" format_ost 1 @@ -10278,6 +10280,8 @@ test_132() { local err_cnt local err_cnt2 + (( MDS1_VERSION >= $(version_code 2.14.57) )) || + skip "Need MDS version at least 2.14.57" reformat combined_mgs_mds || start_mgs || error "unable to start MGS" start_mdt 1 || error "unable to start mdt1"