From: Andreas Dilger Date: Mon, 8 Apr 2024 19:14:48 +0000 (-0600) Subject: LU-15378 tests: skip sanity test_64h for old servers X-Git-Tag: 2.15.5-RC3~5 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7b45e8e96283b9b5c3552d672243a44bca4edc65;p=fs%2Flustre-release.git LU-15378 tests: skip sanity test_64h for old servers Running sanity test_64h fails intermittently with EXA5.2 servers, skip it during interop since there are a number of fixes in this area and EXA5 grant interop isn't super critical. Lustre-change: https://review.whamcloud.com/54699 Lustre-commit: 351c3e4275025899c60d9aaed3687855479bf06b Test-Parameters: trivial testlist=sanity env=ONLY=64 serverversion=EXA5 Signed-off-by: Andreas Dilger Change-Id: I65d9e247aa62c02345c3cd0f9575e3e0ba1ff2ce Reviewed-by: Sergey Cheremencev Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55462 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index cc5af5c..34f95e9 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -9035,6 +9035,9 @@ test_64g() { run_test 64g "grant shrink on MDT" test_64h() { + (( $OST1_VERSION >= $(version_code 2.14.0.38) )) || + skip "Need OSS >= 2.14.0.38 for grant shrink" + local instance=$($LFS getname -i $DIR) local osc_tgt="$FSNAME-OST0000-osc-$instance" local num_exps=$(do_facet ost1 \