From 2f93aa4e73148b2d8daeea974a82effc5fcf0321 Mon Sep 17 00:00:00 2001 From: Bob Glossman Date: Fri, 5 Jun 2015 12:48:52 -0700 Subject: [PATCH] LU-6455 test: disable IMA related tests Disable tests where IMA xattrs cause test failures. This is a short term workaround to avoid known test problems until a good fix for the IMA issues is found. Signed-off-by: Bob Glossman Change-Id: I7622135218facb8ed9ed9c9056204bba389cf370 Reviewed-on: http://review.whamcloud.com/15164 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Jian Yu --- lustre/tests/replay-single.sh | 6 ++++++ lustre/tests/replay-vbr.sh | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 9345ffc..d697853 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -25,6 +25,12 @@ require_dsh_mds || exit 0 ALWAYS_EXCEPT=" 61d $REPLAY_SINGLE_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! +case "$(lsb_release -sr)" in # only disable tests for el7 +7*) # bug number: LU-6455----- + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 28" + ;; +esac + # 63 min 7 min AT AT AT AT" [ "$SLOW" = "no" ] && EXCEPT_SLOW="1 2 3 4 6 12 16 44a 44b 65 66 67 68" diff --git a/lustre/tests/replay-vbr.sh b/lustre/tests/replay-vbr.sh index ca00df5..a6301a3 100644 --- a/lustre/tests/replay-vbr.sh +++ b/lustre/tests/replay-vbr.sh @@ -7,6 +7,12 @@ set -e # bug number: 16356 ALWAYS_EXCEPT="12a $REPLAY_VBR_EXCEPT" +case "$(lsb_release -sr)" in # only disable tests for el7 +7*) # bug number: LU-6455 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 4i 4j 4k 10b" + ;; +esac + SAVE_PWD=$PWD LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)} SETUP=${SETUP:-} -- 1.8.3.1