From: Bruno Faccini Date: Mon, 27 Jan 2014 18:55:31 +0000 (+0100) Subject: LU-3852 tests: disable test_251 from inside sanity-hsm X-Git-Tag: 2.5.58~94 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=c07367651776c7534e1de613a5165cf710f3f28e LU-3852 tests: disable test_251 from inside sanity-hsm Due to test_251 frequent failures, subtest has been disabled at the autotests config level. To be able to work on a patch to fix the root cause (likely to be a pure consequence when running on a too small-sized Lustre filesystem), subtest will be disabled from inside sanity-hsm to allow autotests config changes to be reverted and to re-enable it on a per-patch basis. Signed-off-by: Bruno Faccini Change-Id: I7dfae4d278cba049062480c276f9cad10d22e0e9 Reviewed-on: http://review.whamcloud.com/9014 Tested-by: Jenkins Reviewed-by: Andreas Dilger Reviewed-by: Jian Yu Tested-by: Andreas Dilger --- diff --git a/lustre/tests/sanity-hsm.sh b/lustre/tests/sanity-hsm.sh index 2ec6148..80401fa 100755 --- a/lustre/tests/sanity-hsm.sh +++ b/lustre/tests/sanity-hsm.sh @@ -15,6 +15,8 @@ ONLY=${ONLY:-"$*"} ALWAYS_EXCEPT="$SANITY_HSM_EXCEPT 34 35 36" # bug number for skipped test:4178 4176 ALWAYS_EXCEPT="$ALWAYS_EXCEPT 200 221 223b 31a" +# bug number for skipped test:LU-3852 +ALWAYS_EXCEPT="$ALWAYS_EXCEPT 251" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)}