From 87e12095044c905078008efe11b3476374088c3e Mon Sep 17 00:00:00 2001 From: Hongchao Zhang Date: Wed, 19 Nov 2014 23:45:33 +0800 Subject: [PATCH] LU-2194 test: remove test_19b from except list the patch to fix the problem has been landed, test_19b in recovery_small should be removed from except list. Change-Id: I748a7dfb4f70a42a0f17ab93803cb2d6d05b32db Signed-off-by: Hongchao Zhang Reviewed-on: http://review.whamcloud.com/13671 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Nathaniel Clark Reviewed-by: Mike Pershin Reviewed-by: Oleg Drokin --- lustre/tests/recovery-small.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 7856f8c..f7cd763 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -20,8 +20,8 @@ require_dsh_mds || exit 0 [ "$SLOW" = "no" ] && EXCEPT_SLOW="17 26a 26b 50 51 57" [ $(facet_fstype $SINGLEMDS) = "zfs" ] && -# bug number for skipped test: LU-2194 LU-2547 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 19b 24a 24b" +# bug number for skipped test: LU-2547 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 24a 24b" build_test_filter -- 1.8.3.1