From: Bob Glossman Date: Thu, 31 Oct 2013 18:10:24 +0000 (-0700) Subject: LU-4178 tests: disable HSM sanity subtests X-Git-Tag: 2.5.51~32 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=d85d724d9a3a503718f6df840be67e5f6f5af78c LU-4178 tests: disable HSM sanity subtests Turn off high failure rate subtests in sanity-hsm. If fixes for these failures land tests may be turned on again later. Signed-off-by: Bob Glossman Change-Id: Iaeedd2946f33075242caad851c7f473d86cbcb04 Reviewed-on: http://review.whamcloud.com/8122 Reviewed-by: Nathaniel Clark Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo --- diff --git a/lustre/tests/sanity-hsm.sh b/lustre/tests/sanity-hsm.sh index bf41989..a9ed931 100644 --- a/lustre/tests/sanity-hsm.sh +++ b/lustre/tests/sanity-hsm.sh @@ -13,6 +13,8 @@ export PATH=$PWD/$SRCDIR:$SRCDIR:$PWD/$SRCDIR/utils:$PATH:/sbin:/usr/sbin ONLY=${ONLY:-"$*"} # bug number for skipped test: 3815 3939 ALWAYS_EXCEPT="$SANITY_HSM_EXCEPT 34 35 36 40" +# bug number for skipped test:4178 4176 +ALWAYS_EXCEPT="$ALWAYS_EXCEPT 200 221 223b 31a" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)}