From fd2e67a6731c8b8be4f4a43b0ad5cdba8d98179e Mon Sep 17 00:00:00 2001 From: chenzheng Date: Thu, 28 Feb 2008 06:50:33 +0000 Subject: [PATCH] b=13174 i=grev add the following fail tests to always-except list: sanity 65a, 65e replay_dual 14 insanity 2, 4 replay_single 56, 59 conf_sanity 33a liblustre --- lustre/tests/acceptance-small.sh | 1 + lustre/tests/conf-sanity.sh | 4 ++-- lustre/tests/insanity.sh | 4 ++-- lustre/tests/replay-dual.sh | 4 ++-- lustre/tests/replay-single.sh | 4 ++-- lustre/tests/sanity.sh | 4 ++-- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index 6ebcf51..780fcde 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -37,6 +37,7 @@ if [ "$ACC_SM_ONLY" ]; then done fi LFSCK="no" # bug 13698 +LIBLUSTRE="no" #bug 14387 LIBLUSTRETESTS=${LIBLUSTRETESTS:-../liblustre/tests} diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index efc8d41..3425e1d 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -16,8 +16,8 @@ MOUNTCONFSKIP="10 11 12 13 13b 14 15" # bug number for skipped test: 13739 HEAD_EXCEPT=" 32a 32b " -# bug number for skipped test: 14957 12743 -ALWAYS_EXCEPT=" $CONF_SANITY_EXCEPT $MOUNTCONFSKIP $HEAD_EXCEPT 23a 36 " +# bug number for skipped test: 14957 14731 12743 +ALWAYS_EXCEPT=" $CONF_SANITY_EXCEPT $MOUNTCONFSKIP $HEAD_EXCEPT 23a 33a 36 " # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! SRCDIR=`dirname $0` diff --git a/lustre/tests/insanity.sh b/lustre/tests/insanity.sh index fd7fc25..92b0201 100755 --- a/lustre/tests/insanity.sh +++ b/lustre/tests/insanity.sh @@ -9,8 +9,8 @@ LUSTRE=${LUSTRE:-`dirname $0`/..} init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/insanity-local.sh} - -ALWAYS_EXCEPT="10 $INSANITY_EXCEPT" +# 13129 13129 +ALWAYS_EXCEPT="2 4 10 $INSANITY_EXCEPT" # [ "$SLOW" = "no" ] && EXCEPT_SLOW="" diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index 2a504fa..f2f9f96 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -2,8 +2,8 @@ set -e -# bug number: 6088 10124 10800 -ALWAYS_EXCEPT="8 15c 17 $REPLAY_DUAL_EXCEPT" +# bug number: 13129 13129 6088 13464 10124 10800 +ALWAYS_EXCEPT="2 3 8 14 15c 17 $REPLAY_DUAL_EXCEPT" SAVE_PWD=$PWD PTLDEBUG=${PTLDEBUG:--1} diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 40bc1d2..4266132 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -18,8 +18,8 @@ GRANT_CHECK_LIST=${GRANT_CHECK_LIST:-""} # Skip these tests -# bug number: 2766 4176 -ALWAYS_EXCEPT="0b 39 $REPLAY_SINGLE_EXCEPT" +# bug number: 2766 4176 11404 13821 +ALWAYS_EXCEPT="0b 39 56 59 $REPLAY_SINGLE_EXCEPT" # 63 min 7 min AT AT AT AT" [ "$SLOW" = "no" ] && EXCEPT_SLOW="1 2 3 4 6 6b 12 16 44 44b 65 66 67 68" diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index c5e3d1b..0afab4a 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -7,8 +7,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: 4900 4900 2108 9789 3637 9789 3561 13310 10764 -ALWAYS_EXCEPT=" 27o 27q 42a 42b 42c 42d 45 74b 75 $SANITY_EXCEPT" +# bug number for skipped test: 4900 4900 2108 9789 3637 9789 3561 12653 12653 13310 10764 +ALWAYS_EXCEPT=" 27o 27q 42a 42b 42c 42d 45 65a 65e 74b 75 $SANITY_EXCEPT" # bug number for skipped test: 2108 9789 3637 9789 3561 5188/5749 1443 #ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"27m 42a 42b 42c 42d 45 68 76"} # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! -- 1.8.3.1