From: Wang Shilong Date: Mon, 2 Mar 2020 04:55:27 +0000 (+0800) Subject: LU-13314 test: add 56ob to ALWAYS_EXCEPT for now X-Git-Tag: 2.13.53~143 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F37767%2F3;p=fs%2Flustre-release.git LU-13314 test: add 56ob to ALWAYS_EXCEPT for now There is a problem that 'lfs find' try to calculate 365 days for one year, this will be problem for leap year. We need fix test or codes, before that let's disable this test to make other patches landed possibly. Change-Id: I79d34ce29657b4d149a0fbe82220cfefa0c60378 Test-Parameters: trivial testlist=sanity envdefinitions=ONLY=56ob Signed-off-by: Wang Shilong Reviewed-on: https://review.whamcloud.com/37767 Reviewed-by: Andreas Dilger Tested-by: Andreas Dilger --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 541fae3..7f042ff 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -41,8 +41,8 @@ init_logging ALWAYS_EXCEPT="$SANITY_EXCEPT " # bug number for skipped test: LU-9693 LU-6493 LU-9693 ALWAYS_EXCEPT+=" 42a 42b 42c " -# bug number: LU-8411 LU-9054 -ALWAYS_EXCEPT+=" 407 312 " +# bug number: LU-8411 LU-9054 LU-13314 +ALWAYS_EXCEPT+=" 407 312 56ob" if $SHARED_KEY; then # bug number: LU-9795 LU-9795 LU-9795 LU-9795