From 6188a456e60ad864928cef6ab38a5c45a1833795 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Fri, 27 Feb 2015 16:27:30 -0700 Subject: [PATCH] LU-1593 tests: Remove sanity 34h from ALWAYS_EXCEPT Sanity test 34h is skipped for all ZFS testing. Since the issue in LU-1593 is resolved, test 34h needs to be removed from the ALWAYS_EXCEPT list. Test-Parameters: alwaysuploadlogs Signed-off-by: James Nunez Change-Id: I922a179f76fba7643f9bd7251509433848f384ec Reviewed-on: http://review.whamcloud.com/13918 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Wei Liu 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 d8c7b42..a45f185 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -61,8 +61,8 @@ init_logging [ "$SLOW" = "no" ] && EXCEPT_SLOW="24o 24D 27m 64b 68 71 77f 78 115 124b 230d" if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then - # bug number for skipped test: LU-1593 LU-4536 LU-5242 LU-1957 LU-2805 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 34h 65ic 78 79 80 180 184c" + # bug number for skipped test: LU-4536 LU-5242 LU-1957 LU-2805 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 65ic 78 79 80 180 184c" [ "$SLOW" = "no" ] && EXCEPT_SLOW="$EXCEPT_SLOW 51b 51ba" fi -- 1.8.3.1