From 3ddee05e6106d3336081cc2d6d7b681116263829 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Fri, 8 Jun 2018 12:46:10 -0600 Subject: [PATCH] LU-11058 tests: stop running sanity test 77k sanity test 77k is failing for a variety of Lustre file system configurations. Stop running test 77k by adding it to the ALWAYS_EXCEPT list. When this issue is resolved, we need to resume running sanity test 77k by removing it from the ALWAYS_EXCEPT list. Test-Parameters: trivial Signed-off-by: James Nunez Change-Id: I3cd53e721b1b3ede633603273dafd54c9f5701c4 Reviewed-on: https://review.whamcloud.com/32685 Tested-by: Jenkins Reviewed-by: James Simmons Reviewed-by: Wei Liu Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index dbe6ec3..deaeaa4 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -8,8 +8,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: LU-9693 LU-6493 LU-9693 -ALWAYS_EXCEPT="$SANITY_EXCEPT 42a 42b 42c" +# bug number for skipped test: LU-9693 LU-6493 LU-9693 LU-11058 +ALWAYS_EXCEPT="$SANITY_EXCEPT 42a 42b 42c 77k" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! # skipped tests: LU-8411 LU-9096 LU-9054 LU-10680 .. -- 1.8.3.1