From: Andreas Dilger Date: Sat, 11 May 2024 07:20:43 +0000 (-0700) Subject: LU-16515 tests: disable sanity test_118c/118d X-Git-Tag: 2.15.5-RC1~13 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F55077%2F2;p=fs%2Flustre-release.git LU-16515 tests: disable sanity test_118c/118d Temporarily disable sanity test_118c and test_118d until there is a fix available, since this is failing a large fraction of tests. Lustre-change: https://review.whamcloud.com/50470 Lustre-commit: 7c52cbf65218d77c0594f92981173aa7d78f6758 Test-Parameters: trivial Signed-off-by: Andreas Dilger Change-Id: I16ebbc470a126bb99b5c3ecdf93407d6b73ebbe5 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55077 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Yang Sheng Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index ca0ea72..2d3d482 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 -ALWAYS_EXCEPT+=" 407 " +# bug number: LU-8411 LU-16515 LU-16515 +ALWAYS_EXCEPT+=" 407 118c 118d" if $SHARED_KEY; then # bug number: LU-14181 LU-14181