From: James Simmons Date: Thu, 4 Jan 2024 20:02:08 +0000 (-0500) Subject: LU-10391 tests: except sanity-lnet/253+254 due to failures X-Git-Tag: 2.15.61~112 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=3bfc335b04500041adf4d6ea19a6d6c52520605e;p=fs%2Flustre-release.git LU-10391 tests: except sanity-lnet/253+254 due to failures 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 Change-Id: Ia30fcbf8eca7baaf6f896e6e51229c69cea82804 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53593 Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin Tested-by: Maloo Tested-by: jenkins --- diff --git a/lustre/tests/sanity-lnet.sh b/lustre/tests/sanity-lnet.sh index 86f5c8b..1849d27 100755 --- a/lustre/tests/sanity-lnet.sh +++ b/lustre/tests/sanity-lnet.sh @@ -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=""