From bf29ca2c685e8d67ebee9c679beef2553cc69a04 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Mon, 29 Jan 2024 16:20:02 -0700 Subject: [PATCH] EX-8450 tests: skip sanity-lipe-find3/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 testlist=sanity-lipe-find3 clientdistro=el7.9 serverdistro=el7.9 Test-Parameters: trivial testlist=sanity-lipe-find3 clientdistro=el8.8 serverdistro=el7.9 Signed-off-by: Andreas Dilger Change-Id: Iceca83a3b85df95fe45482076170d77a6abc0947 Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53853 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Vitaliy Kuznetsov Reviewed-by: Colin Faber --- lustre/tests/sanity-lipe-find3.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lustre/tests/sanity-lipe-find3.sh b/lustre/tests/sanity-lipe-find3.sh index f918d63..416982b 100644 --- a/lustre/tests/sanity-lipe-find3.sh +++ b/lustre/tests/sanity-lipe-find3.sh @@ -11,10 +11,6 @@ FAIL_ON_ERROR=false declare -r ROOT_FID="[0x200000007:0x1:0x0]" -# bug number for skipped test: -ALWAYS_EXCEPT="$SANITY_LIPE_FIND3_EXCEPT" -# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! - check_versions || skip_env "no need to test lipe_find3 under interop mode" (( OSTCOUNT >= 2 )) || skip_env "need at least 2 OSTs" @@ -32,6 +28,12 @@ done 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 -- 1.8.3.1