Whamcloud - gitweb
LU-19124 tests: except sanity/27P on ubuntu2204 16/59916/3
authorAndreas Dilger <adilger@whamcloud.com>
Tue, 24 Jun 2025 14:48:20 +0000 (08:48 -0600)
committerOleg Drokin <green@whamcloud.com>
Tue, 8 Jul 2025 03:50:34 +0000 (03:50 +0000)
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 <adilger@whamcloud.com>
Change-Id: I0152cdcf51aba26c6fa6896ed87b5ade1ed69542
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/59916
Reviewed-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Reviewed-by: Marc Vef <mvef@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
lustre/tests/sanity.sh

index 25852e3..f5aa166 100755 (executable)
@@ -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