From: Jian Yu Date: Thu, 5 Dec 2024 21:15:30 +0000 (-0800) Subject: LU-18129 tests: except sanity-lnet/230 due to failures X-Git-Tag: 2.16.51~10 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F57314%2F2;p=fs%2Flustre-release.git LU-18129 tests: except sanity-lnet/230 due to failures This patch skips sanity-lnet/230 temporarily until the issue can be fixed. Test-Parameters: trivial testlist=sanity-lnet Change-Id: I9f8d337f1a331583733f6ea48288df1ca4767aa9 Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57314 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Chris Horn Reviewed-by: Serguei Smirnov Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity-lnet.sh b/lustre/tests/sanity-lnet.sh index b648957..93fe64a 100755 --- a/lustre/tests/sanity-lnet.sh +++ b/lustre/tests/sanity-lnet.sh @@ -8,12 +8,6 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: -ALWAYS_EXCEPT="$SANITY_LNET_EXCEPT 253 254" -# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! - -[ "$SLOW" = "no" ] && EXCEPT_SLOW="" - LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)} . $LUSTRE/tests/test-framework.sh @@ -23,6 +17,12 @@ init_test_env "$@" . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} init_logging +ALWAYS_EXCEPT="$SANITY_LNET_EXCEPT " +always_except LU-18129 230 +always_except LU-10391 253 254 + +[[ "$SLOW" = "no" ]] && EXCEPT_SLOW="" + [[ -z $LNETCTL ]] && skip "Need lnetctl" restore_mounts=false