Whamcloud - gitweb
EX-6298 tests: add hot-pools test 72 into ALWAYS_EXCEPT list
authorJian Yu <yujian@whamcloud.com>
Wed, 9 Nov 2022 19:06:37 +0000 (11:06 -0800)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 10 Nov 2022 07:07:05 +0000 (07:07 +0000)
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 <yujian@whamcloud.com>
Change-Id: If214f7285dfb96dee24e6c5968f1f19c81ce1ddf
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/49085
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/hot-pools.sh

index 68bdec9..9f166bb 100755 (executable)
@@ -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"