From 351c3e4275025899c60d9aaed3687855479bf06b Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Mon, 8 Apr 2024 13:14:48 -0600 Subject: [PATCH] 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. Test-Parameters: trivial testlist=sanity env=ONLY=64 serverversion=EXA5 Signed-off-by: Andreas Dilger Change-Id: I65d9e247aa62c02345c3cd0f9575e3e0ba1ff2ce Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/54699 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Sergey Cheremencev --- lustre/tests/sanity.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index afa2287..8105e68 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -9205,9 +9205,7 @@ run_test 64g "grant shrink on MDT" test_64h() { (( $OST1_VERSION >= $(version_code 2.14.0.38) )) || - (( $OST1_VERSION < $(version_code 2.13.0) && - $OST1_VERSION >= $(version_code 2.12.8) )) || - skip "Need OSS version at least 2.14.0.38 or 2.12.8" + skip "Need OSS >= 2.14.0.38 for grant shrink" local instance=$($LFS getname -i $DIR) local osc_tgt="$FSNAME-OST0000-osc-$instance" -- 1.8.3.1