From: James Nunez Date: Tue, 9 May 2017 17:39:03 +0000 (-0600) Subject: LU-9096 test: add sanity 253 to ALWAYS_EXCEPT X-Git-Tag: 2.9.58~38 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=cdc7b3bb16537fc513a64b4f20824b9832efcdf9 LU-9096 test: add sanity 253 to ALWAYS_EXCEPT Discussion in the LU-9096 ticket questions if sanity test 253 is a valid/correct test. Since tes 253 is failing intermittently for ZFS servers add the test to the ALWAYS_EXCEPT list until the test can be improved. Since the correctness of the test is being questioned, skip the test for all server file systems, not just ZFS. Test-Parameters: trivial Signed-off-by: James Nunez Change-Id: I14cffb288b4d338ff009f4b57a19d5a5f4c516ff Reviewed-on: https://review.whamcloud.com/27013 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Wei Liu Reviewed-by: Saurabh Tandan Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index d797554..9129e66 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -12,9 +12,8 @@ ONLY=${ONLY:-"$*"} ALWAYS_EXCEPT=" 42a 42b 42c 42d 45 68b $SANITY_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! -# with LOD/OSP landing -# bug number for skipped tests: LU-2036 LU-8411 -ALWAYS_EXCEPT=" 76 407 $ALWAYS_EXCEPT" +# bug number for skipped tests: LU-2036 LU-8411 LU-9096 +ALWAYS_EXCEPT=" 76 407 253 $ALWAYS_EXCEPT" is_sles11() # LU-4341 {