From: Hongchao Zhang Date: Wed, 19 Nov 2014 15:45:33 +0000 (+0800) Subject: LU-2194 test: remove test_19b from except list X-Git-Tag: 2.7.51~82 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=87e12095044c905078008efe11b3476374088c3e 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 --- 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