From 5d4e9b8821eb41daff6d005a10be4de0eb98dbf8 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Thu, 5 Dec 2024 13:15:30 -0800 Subject: [PATCH] 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 --- lustre/tests/sanity-lnet.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 1.8.3.1