Whamcloud - gitweb
LU-15378 tests: skip sanity test_64h for old servers 62/55462/2
authorAndreas Dilger <adilger@whamcloud.com>
Mon, 8 Apr 2024 19:14:48 +0000 (13:14 -0600)
committerOleg Drokin <green@whamcloud.com>
Sat, 22 Jun 2024 06:39:45 +0000 (06:39 +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.

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 <adilger@whamcloud.com>
Change-Id: I65d9e247aa62c02345c3cd0f9575e3e0ba1ff2ce
Reviewed-by: Sergey Cheremencev <scherementsev@ddn.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55462
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity.sh

index cc5af5c..34f95e9 100755 (executable)
@@ -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 \