From d4b93cb4b79139027992e675582eb8036734d770 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Thu, 2 Apr 2020 11:59:32 -0600 Subject: [PATCH] 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 --- lustre/tests/sanity-sec.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 1.8.3.1