Whamcloud - gitweb
LU-9581 tests: remove recovery-small test from ALWAYS_EXCEPT 82/27382/8
authorJames Nunez <jnunez@whamcloud.com>
Wed, 27 Jun 2018 19:34:28 +0000 (13:34 -0600)
committerOleg Drokin <green@whamcloud.com>
Tue, 4 Jun 2019 05:26:58 +0000 (05:26 +0000)
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 <dilipx.krishnagiri@intel.com>
Signed-off-by: James Nunez <jnunez@whamcloud.com>
Change-Id: I50e30831ee5af8e063dc4b6197141fed365535b6
Reviewed-on: https://review.whamcloud.com/27382
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
Reviewed-by: Wei Liu <sarah@whamcloud.com>
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/recovery-small.sh

index 7102a2f..125051b 100755 (executable)
@@ -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}