From d645c722d73c8c4226ab5695d37a541d39bb0a64 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Tue, 2 Jan 2018 15:56:11 -0700 Subject: [PATCH] LU-10406 tests: stop running sanity-lfsck 31c sanity-lfsck is failing about half the time it is run. Add sanity-lfsck test 31c to the ALWAYS_EXCEPT list until we understand and fix the issue. Test-Parameters: trivial Signed-off-by: James Nunez Change-Id: Iace77e1b1ea59971548497063974628be9e70733 Reviewed-on: https://review.whamcloud.com/30694 Reviewed-by: Andreas Dilger Tested-by: Jenkins Tested-by: Maloo Reviewed-by: John L. Hammond --- lustre/tests/sanity-lfsck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-lfsck.sh b/lustre/tests/sanity-lfsck.sh index d0f9c5b..30978d7 100644 --- a/lustre/tests/sanity-lfsck.sh +++ b/lustre/tests/sanity-lfsck.sh @@ -8,8 +8,8 @@ set -e ONLY=${ONLY:-"$*"} -#Bug number for excepting test -ALWAYS_EXCEPT="$SANITY_LFSCK_EXCEPT" +#Bug number for excepting test LU-10406 +ALWAYS_EXCEPT="$SANITY_LFSCK_EXCEPT 31c" [ "$SLOW" = "no" ] && EXCEPT_SLOW="" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! -- 1.8.3.1