Whamcloud - gitweb
LU-10391 tests: except sanity-lnet/253+254 due to failures 93/53593/3
authorJames Simmons <jsimmons@infradead.org>
Thu, 4 Jan 2024 20:02:08 +0000 (15:02 -0500)
committerOleg Drokin <green@whamcloud.com>
Fri, 5 Jan 2024 17:40:29 +0000 (17:40 +0000)
Moving to Netlink for ping support has exposed a timing issues
with some of the sanity-lnet test.  Skip those tests temporarily
until the issue can be fixed.

Test-Parameters: trivial testlist=sanity-lnet
Signed-off-by: James Simmons <jsimmons@infradead.org>
Change-Id: Ia30fcbf8eca7baaf6f896e6e51229c69cea82804
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53593
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
lustre/tests/sanity-lnet.sh

index 86f5c8b..1849d27 100755 (executable)
@@ -9,7 +9,7 @@ set -e
 ONLY=${ONLY:-"$*"}
 
 # bug number for skipped test:
-ALWAYS_EXCEPT="$SANITY_LNET_EXCEPT "
+ALWAYS_EXCEPT="$SANITY_LNET_EXCEPT 253 254"
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
 [ "$SLOW" = "no" ] && EXCEPT_SLOW=""