From: James Nunez Date: Thu, 18 May 2017 14:21:31 +0000 (-0600) Subject: LU-9514 test: sanity 51f add to ALWAYS_EXCEPT X-Git-Tag: 2.9.58~13 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=cfed34264ac3ab96507a55973e6ffe1d648ca527 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 --- 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