From: James Nunez Date: Wed, 27 Jun 2018 19:34:28 +0000 (-0600) Subject: LU-9581 tests: remove recovery-small test from ALWAYS_EXCEPT X-Git-Tag: 2.12.54~6 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=20472b4070495c1bb2796ce2682aefdf2fe8a3f6;hp=7e08317ef5cbed5cd587017cbe343eb4cc52822c LU-9581 tests: remove recovery-small test from ALWAYS_EXCEPT recovery-small test 52 is not run during testing, by adding the test number to the ALWAYS_EXCEPT list, due to bugzilla bug number 5493. Remove recovery-small test 52 from the ALWAYS_EXCEPT list and start running this test again. Test-Parameters: trivial testlist=recovery-small Signed-off-by: dilip krishnagiri Signed-off-by: James Nunez Change-Id: I50e30831ee5af8e063dc4b6197141fed365535b6 Reviewed-on: https://review.whamcloud.com/27382 Reviewed-by: Emoly Liu Reviewed-by: Wei Liu Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 7102a2f..125051b 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -2,8 +2,9 @@ set -e -# bug 5493 LU2034 -ALWAYS_EXCEPT="52 $RECOVERY_SMALL_EXCEPT" +# 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}