Whamcloud - gitweb
LU-15378 tests: skip sanity test_64h for old servers
authorAndreas Dilger <adilger@whamcloud.com>
Mon, 8 Apr 2024 19:14:48 +0000 (13:14 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 15 Apr 2024 09:52:36 +0000 (09:52 +0000)
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 <adilger@whamcloud.com>
Change-Id: I65d9e247aa62c02345c3cd0f9575e3e0ba1ff2ce
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/54699
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Sergey Cheremencev <scherementsev@ddn.com>
lustre/tests/sanity.sh

index afa2287..8105e68 100644 (file)
@@ -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"