From: James Nunez Date: Thu, 2 Apr 2020 17:59:32 +0000 (-0600) Subject: LU-12312 tests: stop running sanity-sec test 31 X-Git-Tag: 2.13.53~5 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=d4b93cb4b79139027992e675582eb8036734d770 LU-12312 tests: stop running sanity-sec test 31 sanity-sec test 31 is failing a high percent of time and the failure is not understood. Let's stop running this test, add the test to the ALWAYS_EXCEPT list, until we have a fix for this issue. Test-Parameters: trivial testlist=sanity-sec Signed-off-by: James Nunez Change-Id: I07c3cb1b5d12c920f78efb942460608c664000b3 Reviewed-on: https://review.whamcloud.com/38128 Reviewed-by: Andreas Dilger Tested-by: jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity-sec.sh b/lustre/tests/sanity-sec.sh index 1999151..f93895a 100755 --- a/lustre/tests/sanity-sec.sh +++ b/lustre/tests/sanity-sec.sh @@ -15,8 +15,8 @@ init_test_env $@ init_logging ALWAYS_EXCEPT="$SANITY_SEC_EXCEPT " -# bug number for skipped test: -ALWAYS_EXCEPT+=" " +# bug number for skipped test: LU-12312 +ALWAYS_EXCEPT+=" 31" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! [ "$SLOW" = "no" ] && EXCEPT_SLOW="26"