Whamcloud - gitweb
LU-10931 tests: stop running recovery-small 136 25/35325/5
authorJames Nunez <jnunez@whamcloud.com>
Tue, 25 Jun 2019 21:46:15 +0000 (15:46 -0600)
committerOleg Drokin <green@whamcloud.com>
Tue, 2 Jul 2019 14:59:22 +0000 (14:59 +0000)
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 <jnunez@whamcloud.com>
Change-Id: I5364efc8b6fe1ea9b3c3920121a8fab6ac03bd05
Reviewed-on: https://review.whamcloud.com/35325
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
lustre/tests/recovery-small.sh

index 125051b..365be60 100755 (executable)
@@ -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