From: James Nunez Date: Wed, 28 Aug 2019 14:48:47 +0000 (-0600) Subject: LU-10931 tests: resume testing of recovery-small 136 X-Git-Tag: 2.12.90~176 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=ce47ba3d0983e341f7c9a62da5e851933ff4f307;hp=4eddf36ac3607c66c172668b30eb5dcf921e3de4 LU-10931 tests: resume testing of recovery-small 136 recovery-small test 136 was skipped, added to the ALWAYS_EXCEPT list, due to excessive failures. A fix for failures has landed and we need to start running test 136 again. Test-Parameters: trivial Test-Parameters: fstype=zfs mdscount=2 mdtcount=4 testlist=recovery-small Test-Parameters: mdscount=2 mdtcount=4 testlist=recovery-small Test-Parameters: fstype=zfs mdscount=1 mdtcount=1 testlist=recovery-small Test-Parameters: mdscount=1 mdtcount=1 testlist=recovery-small Signed-off-by: James Nunez Change-Id: I2ae8578e85024b31e226807e743a154707989ad4 Reviewed-on: https://review.whamcloud.com/35949 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Wei Liu Reviewed-by: Patrick Farrell Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index dba29b6..58fe1fb 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -10,12 +10,10 @@ 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 +ALWAYS_EXCEPT="$RECOVERY_SMALL_EXCEPT " +# bug number for skipped test: +ALWAYS_EXCEPT+=" " +# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! require_dsh_mds || exit 0