From ce47ba3d0983e341f7c9a62da5e851933ff4f307 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Wed, 28 Aug 2019 08:48:47 -0600 Subject: [PATCH 1/1] 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 --- lustre/tests/recovery-small.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 -- 1.8.3.1