From: Etienne AUJAMES Date: Tue, 11 Mar 2025 10:45:22 +0000 (+0100) Subject: LU-18764 tests: fix conf-sanity 123H for interop testing X-Git-Tag: 2.16.54~46 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6926c17dffa2ddfec1deadb41af571d032516940;p=fs%2Flustre-release.git LU-18764 tests: fix conf-sanity 123H for interop testing conf-sanity 123H failed in interrop with 2.16.1 because this version does not have LU-18170's patch. The test should be skipped. Test-Parameters: trivial Test-Parameters: testlist=conf-sanity serverversion=2.16.1 env=ONLY=123H Fixes: 5ad117fc6f ("LU-18170 obdclass: fix llog_print_cb()") Signed-off-by: Etienne AUJAMES Change-Id: I952d64a87b16dcfc27efeffec3953a3858bf30cf Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58366 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Alex Deiter Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 2dfa2a5..8f8040b 100755 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -10930,8 +10930,8 @@ test_123H() { #LU-18170 local old local i - (( MGS_VERSION >= $(version_code 2.15.90) )) || - skip "Need MGS version at least 2.15.90" + (( MGS_VERSION >= $(version_code 2.16.51) )) || + skip "Need MGS version at least 2.16.51" [ -d $MOUNT/.lustre ] || setup