From 8958319aa929498d5ebbd8e2a9395bc7b997d1fa Mon Sep 17 00:00:00 2001 From: James Nunez Date: Wed, 25 Oct 2017 08:01:45 -0600 Subject: [PATCH] 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. Signed-off-by: dilip krishnagiri Signed-off-by: James Nunez Change-Id: Ia6aa47872ffa7fe9e54131de7f7d3a6f8a70bd27 Reviewed-on: https://review.whamcloud.com/27413 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Cliff White Reviewed-by: Saurabh Tandan Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index abe92e9..26183a2 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 -- 1.8.3.1