From cfed34264ac3ab96507a55973e6ffe1d648ca527 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Thu, 18 May 2017 08:21:31 -0600 Subject: [PATCH] LU-9514 test: sanity 51f add to ALWAYS_EXCEPT sanity test 51f is failing many times for servers with ZFS file systems. This test sould be skipped for ZFS testing until a solution is found. Test-Parameters: trivial testgroup=review-zfs-part-1 Signed-off-by: James Nunez Change-Id: Ia4b035d158cdf8e2179f74c7f1f6b0b382a93663 Reviewed-on: https://review.whamcloud.com/27189 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- 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 afb8288..fb4539d 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -78,8 +78,8 @@ init_logging [ "$SLOW" = "no" ] && EXCEPT_SLOW="27m 64b 68 71 115 300o" if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then - # bug number for skipped test: LU-4536 LU-1957 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 65ic 180" + # bug number for skipped test: LU-9514 LU-4536 LU-1957 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 51f 65ic 180" # 13 (min)" [ "$SLOW" = "no" ] && EXCEPT_SLOW="$EXCEPT_SLOW 51b" fi -- 1.8.3.1