From 9cbdc1b11eb6ba3a1598dca81ecc2274c6ae80c6 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Wed, 9 Nov 2022 11:06:37 -0800 Subject: [PATCH] EX-6298 tests: add hot-pools test 72 into ALWAYS_EXCEPT list This patch adds hot-pools test 72 into ALWAYS_EXCEPT list before it gets a real fix. Test-Parameters: trivial testlist=hot-pools Signed-off-by: Jian Yu Change-Id: If214f7285dfb96dee24e6c5968f1f19c81ce1ddf Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/49085 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/hot-pools.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/tests/hot-pools.sh b/lustre/tests/hot-pools.sh index 68bdec9..9f166bb 100755 --- a/lustre/tests/hot-pools.sh +++ b/lustre/tests/hot-pools.sh @@ -12,9 +12,9 @@ init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} init_logging -# bug number for skipped test: EX-3442 -ALWAYS_EXCEPT="$HOT_POOLS_EXCEPT 15" -# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! +ALWAYS_EXCEPT="$HOT_POOLS_EXCEPT " +always_except EX-3442 15 +always_except EX-6298 72 (( CLIENT_VERSION == MDS1_VERSION )) || skip_env "skipped for interop testing" -- 1.8.3.1