From: James Nunez Date: Wed, 25 Oct 2017 14:01:45 +0000 (-0600) Subject: LU-9594 tests: remove sanity tests from ALWAYS_EXCEPT X-Git-Tag: 2.10.4-RC1~98 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e13e5aa005e5ba1a2c25fb235cd34ede598589c1;p=fs%2Flustre-release.git LU-9594 tests: remove sanity tests from ALWAYS_EXCEPT Remove the following sanity tests from the ALWAYS_EXCEPT list: 45 - bz3561 'osc io page accounting' because associated bugzilla ticket contain no activity. 68b - bz5188 test no longer exists. Lustre-change: https://review.whamcloud.com/27413 Lustre-commit: 8958319aa929498d5ebbd8e2a9395bc7b997d1fa Signed-off-by: dilip krishnagiri Signed-off-by: James Nunez Change-Id: Ia6aa47872ffa7fe9e54131de7f7d3a6f8a70bd27 Reviewed-by: Cliff White Reviewed-by: Saurabh Tandan Signed-off-by: Minh Diep Reviewed-on: https://review.whamcloud.com/30810 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: John L. Hammond --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index ec664fc..f7e62f9 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -8,8 +8,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: LU-9693 LU-6493 LU-9693 3561 5188 -ALWAYS_EXCEPT=" 42a 42b 42c 45 68b $SANITY_EXCEPT" +# bug number for skipped test: LU-9693 LU-6493 LU-9693 +ALWAYS_EXCEPT="$SANITY_EXCEPT 42a 42b 42c" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! # skipped tests: LU-8411 LU-9096 LU-9054