From: Steve Guminski Date: Tue, 7 Nov 2017 12:49:06 +0000 (-0500) Subject: LU-10199 utils: disable sanity test 56xb X-Git-Tag: 2.10.55~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3ac484707aecb97ab8aa4716110205108b0535ea;p=fs%2Flustre-release.git LU-10199 utils: disable sanity test 56xb The new sanity test 56xb introduced by changeset 25851 fails due to a mismatch in the returned vs. expected value. Disable the test until it can be fixed. Test-Parameters: trivial Signed-off-by: Steve Guminski Change-Id: I12b88eccdf7954ae854133b48cadf7054c8f683e Reviewed-on: https://review.whamcloud.com/29954 Reviewed-by: James Nunez Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 85d65df..77a577a 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -12,8 +12,8 @@ ONLY=${ONLY:-"$*"} ALWAYS_EXCEPT=" 42a 42b 42c 45 68b $SANITY_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! -# skipped tests: LU-8411 LU-9096 LU-9054 -ALWAYS_EXCEPT=" 407 253 312 $ALWAYS_EXCEPT" +# skipped tests: LU-8411 LU-9096 LU-9054 LU-10199 +ALWAYS_EXCEPT=" 407 253 312 56xb $ALWAYS_EXCEPT" # Check Grants after these tests GRANT_CHECK_LIST="$GRANT_CHECK_LIST 42a 42b 42c 42d 42e 63a 63b 64a 64b 64c"