From e6839433c013e16ec37f00c785415bc05832a48b Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Sun, 24 Mar 2024 00:39:10 -0600 Subject: [PATCH] EX-8450 tests: skip sanity-lipe-scan3/306 on el7.9 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 Change-Id: Iceca83a3b85df95fe45482076170d77a6a3ebbe5 Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/54546 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Vitaliy Kuznetsov --- lustre/tests/sanity-lipe-find3.sh | 3 --- lustre/tests/sanity-lipe-scan3.sh | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/tests/sanity-lipe-find3.sh b/lustre/tests/sanity-lipe-find3.sh index 416982b..e12dec8 100644 --- a/lustre/tests/sanity-lipe-find3.sh +++ b/lustre/tests/sanity-lipe-find3.sh @@ -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 diff --git a/lustre/tests/sanity-lipe-scan3.sh b/lustre/tests/sanity-lipe-scan3.sh index ba5033d..7c413a7 100644 --- a/lustre/tests/sanity-lipe-scan3.sh +++ b/lustre/tests/sanity-lipe-scan3.sh @@ -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 -- 1.8.3.1