Whamcloud - gitweb
LU-18129 tests: except sanity-lnet/230 due to failures 14/57314/2
authorJian Yu <yujian@whamcloud.com>
Thu, 5 Dec 2024 21:15:30 +0000 (13:15 -0800)
committerOleg Drokin <green@whamcloud.com>
Thu, 2 Jan 2025 20:51:21 +0000 (20:51 +0000)
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 <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57314
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Chris Horn <chris.horn@hpe.com>
Reviewed-by: Serguei Smirnov <ssmirnov@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity-lnet.sh

index b648957..93fe64a 100755 (executable)
@@ -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