Whamcloud - gitweb
EX-8450 tests: skip sanity-lipe-scan3/306 on el7.9
authorAndreas Dilger <adilger@whamcloud.com>
Sun, 24 Mar 2024 06:39:10 +0000 (00:39 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 25 Mar 2024 16:40:25 +0000 (16:40 +0000)
The sanity-lipe-scan3 test_309 is failing consistently with el7.9
*clients*.  Exclude it until fixed or we drop this client version.

Test-Parameters: trivial
Test-Parameters: testlist=sanity-lipe-scan3 clientdistro=el7.9 serverdistro=el7.9
Test-Parameters: testlist=sanity-lipe-scan3 clientdistro=el8.8 serverdistro=el7.9
Fixes: bf29ca2c68 ("EX-8450 tests: skip sanity-lipe-find3/306 on el7.9")
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Iceca83a3b85df95fe45482076170d77a6a3ebbe5
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/54546
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Vitaliy Kuznetsov <vkuznetsov@ddn.com>
lustre/tests/sanity-lipe-find3.sh
lustre/tests/sanity-lipe-scan3.sh

index 416982b..e12dec8 100644 (file)
@@ -31,9 +31,6 @@ which jq || skip_env "jq is not installed"
 # bug number for skipped test:
 ALWAYS_EXCEPT="$SANITY_LIPE_FIND3_EXCEPT"
 
-(( $LINUX_VERSION_CODE > $(version_code 3.11.0) )) ||
-       always_except EX-8450 306
-
 build_test_filter
 check_and_setup_lustre
 run_lfsck 2
index ba5033d..7c413a7 100644 (file)
@@ -39,6 +39,9 @@ yq --version
 SAVED_FAIL_ON_ERROR=$FAIL_ON_ERROR
 FAIL_ON_ERROR=false
 
+(( $LINUX_VERSION_CODE > $(version_code 3.11.0) )) ||
+       always_except EX-8450 306
+
 declare -r ROOT_FID="[0x200000007:0x1:0x0]"
 
 build_test_filter