From: Nathaniel Clark Date: Wed, 28 May 2014 20:04:09 +0000 (-0400) Subject: LU-4970 tests: EXCEPT sanity-lfsck/14 for ZFS X-Git-Tag: 2.5.60~29 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=330c677c91576c90ae023f66f496f6e7285c5aff LU-4970 tests: EXCEPT sanity-lfsck/14 for ZFS Due to sanity-lfsck/14 recurrent failures, EXCEPT it until it can be better root-caused, to allow review-zfs to be enforced. Signed-off-by: Nathaniel Clark Change-Id: I7d267169fe7080c9702ccd9b8f5697fb8b63121f Reviewed-on: http://review.whamcloud.com/10473 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Emoly Liu --- diff --git a/lustre/tests/sanity-lfsck.sh b/lustre/tests/sanity-lfsck.sh index bb11656..638a523 100644 --- a/lustre/tests/sanity-lfsck.sh +++ b/lustre/tests/sanity-lfsck.sh @@ -44,6 +44,10 @@ setupall [[ $(lustre_version_code ost1) -lt $(version_code 2.5.55) ]] && ALWAYS_EXCEPT="$ALWAYS_EXCEPT 11 12 13 14 15 16 17 18 19" +[ $(facet_fstype $SINGLEMDS) = "zfs" ] && +# bug number for skipped test: LU-4970 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 14" + build_test_filter $LCTL set_param debug=+lfsck > /dev/null || true