From 41999234f1362140f7962cd21904d044578aa861 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Tue, 15 Oct 2024 12:47:24 -0700 Subject: [PATCH] LU-18324 tests: skip sanity/205k for older MDS Skip sanity test 205k for MDS < 2.15.64.85 since the test depends on changes made to the MDS code on the server. Test-Parameters: trivial testlist=sanity env=ONLY=205k \ serverversion=2.15.5 Change-Id: I23709c2414b16a3d3a1ec742e7213597183b8f2a Fixes: ecdcaa3986 ("LU-17512 utils: new ? operator for jobid_name") Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56703 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Colin Faber Reviewed-by: Sarah Liu Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index e776cc5..45d33b9 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -22061,6 +22061,9 @@ run_test 205i "check job_xattr parameter accepts and rejects values correctly" # LU-17512 # test '?' operator test_205k(){ + (( MDS1_VERSION >= $(version_code 2.15.64.85) )) || + skip "need MDS >= v2_15_64-85-gecdcaa3986 for jobstats fix" + # copied from test_205a [[ $PARALLEL == "yes" ]] && skip "skip parallel run" remote_mds_nodsh && skip "remote MDS with nodsh" -- 1.8.3.1