From: James Nunez Date: Tue, 25 Jun 2019 21:46:15 +0000 (-0600) Subject: LU-10931 tests: stop running recovery-small 136 X-Git-Tag: 2.12.56~56 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=b511c65f468698aeb6e68f091ee3f30ec27830d0;ds=sidebyside LU-10931 tests: stop running recovery-small 136 recovery-small test 136 hangs on MDS mount with multiple MDSs. We need to stop running this test until we find a solution for this problem. Test-Parameters: trivial mdscount=2 mdtcount=4 testlist=recovery-small Signed-off-by: James Nunez Change-Id: I5364efc8b6fe1ea9b3c3920121a8fab6ac03bd05 Reviewed-on: https://review.whamcloud.com/35325 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Patrick Farrell --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 125051b..365be60 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -2,10 +2,6 @@ set -e -# bug number for skipped test: -ALWAYS_EXCEPT="$RECOVERY_SMALL_EXCEPT" -# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! - export MULTIOP=${MULTIOP:-multiop} PTLDEBUG=${PTLDEBUG:--1} LUSTRE=${LUSTRE:-`dirname $0`/..} @@ -14,6 +10,13 @@ init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} init_logging +ALWAYS_EXCEPT="$RECOVERY_SMALL_EXCEPT" +if [ "$MDSCOUNT" -gt "1" ]; then + # bug number for skipped test: LU-10931 + ALWAYS_EXCEPT+=" 136" + # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! +fi + require_dsh_mds || exit 0 # also long tests: 19, 21a, 21e, 21f, 23, 27