From: Andreas Dilger Date: Tue, 24 Jun 2025 14:48:20 +0000 (-0600) Subject: LU-19124 tests: except sanity/27P on ubuntu2204 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f4c9546e0a05f715a631445a29324e77c1937231;p=fs%2Flustre-release.git LU-19124 tests: except sanity/27P on ubuntu2204 This test is failing 100% on Ubuntu kernel 5.15.0-142 but was passing on kernel 5.15.0-94. Disable until issue is fixed. Test-Parameters: trivial testlist=sanity env=ONLY=27,HONOR_EXCEPT=y clientdistro=ubuntu2204 Signed-off-by: Andreas Dilger Change-Id: I0152cdcf51aba26c6fa6896ed87b5ade1ed69542 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/59916 Reviewed-by: Shaun Tancheff Reviewed-by: Marc Vef Reviewed-by: James Simmons Reviewed-by: Oleg Drokin Tested-by: Maloo Tested-by: jenkins --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 25852e3..f5aa166 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -83,6 +83,9 @@ if [[ "$CLIENT_OS_ID_LIKE" =~ "rhel" ]]; then # failure on fio io_uring I/O engine. always_except LU-17289 906 fi +elif [[ "$CLIENT_OS_ID_LIKE" =~ "ubuntu" ]] && + (( $CLIENT_OS_VERSION_CODE == $(version_code 22.04) )); then + always_except LU-19124 27P fi if [[ "$FSTYPE" = "wbcfs" ]]; then