From: James Nunez Date: Tue, 2 Jan 2018 22:56:11 +0000 (-0700) Subject: LU-10406 tests: stop running sanity-lfsck 31c X-Git-Tag: 2.10.4-RC1~51 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F31935%2F2;p=fs%2Flustre-release.git 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 (cherry picked from commit d645c722d73c8c4226ab5695d37a541d39bb0a64) Reviewed-on: https://review.whamcloud.com/31935 Reviewed-by: Alex Zhuravlev --- diff --git a/lustre/tests/sanity-lfsck.sh b/lustre/tests/sanity-lfsck.sh index b8c3d1c..b51bdda 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!