From 24366d89d610490fd94a0c6bb6aa44ca16dc9639 Mon Sep 17 00:00:00 2001 From: Sebastien Buisson Date: Mon, 16 Sep 2024 15:43:54 +0200 Subject: [PATCH] LU-18082 tests: fix sanity test_154i for interop sanity test_154i can only pass if server side is also patched. So skip this subtest in interop testing. Test-Parameters: trivial Test-Parameters: testlist=sanity env=ONLY=154i serverversion=2.15 Fixes: f5251cb7af ("LU-18082 utils: fid2path support for path exceeding PATH_MAX") Signed-off-by: Sebastien Buisson Change-Id: Ic041fcd508e9aebb4c9edbf47bb585fb99c2ef7a Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56369 Reviewed-by: Andreas Dilger Reviewed-by: Sarah Liu Reviewed-by: Oleg Drokin Tested-by: jenkins Tested-by: Maloo --- lustre/tests/sanity.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index b34bb0d..c5485a4 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -18450,6 +18450,9 @@ test_154i() local max local fid + (( $MDS1_VERSION >= $(version_code v2_15_65-55-gf5251cb7af) )) || + skip "need MDS >= 2.15.65.55 for fid2path > PATH_MAX handling" + mkdir -p $DIR/$tdir cd $DIR/$tdir -- 1.8.3.1