From: Nathaniel Clark Date: Tue, 19 Feb 2013 23:05:05 +0000 (-0500) Subject: LU-2469 test: Skip failing ZFS tests X-Git-Tag: 2.3.62~26 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=7136981bfaad8b95e15e9d2969b94c933491eb98;ds=sidebyside LU-2469 test: Skip failing ZFS tests Skip tests that are currently failing for ZFS. Associate with bugs so that they can be unskipped when they are fixed. Test-Parameters: mdsfilesystemtype=zfs ostfilesystemtype=zfs mdtfilesystemtype=zfs Signed-off-by: Nathaniel Clark Change-Id: I7fe3a2ad51659c4e31240594702a4cdc87a67336 Reviewed-on: http://review.whamcloud.com/5472 Tested-by: Hudson Reviewed-by: Andreas Dilger Reviewed-by: Jian Yu Tested-by: Maloo --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index fc9d765..4e60922 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -9,8 +9,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: -ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT" +# bug number for skipped test: LU-2828 +ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT 59 64" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! is_sles11() # LU-2181 @@ -75,6 +75,10 @@ if [[ "$LDISKFS_MKFS_OPTS" != *lazy_itable_init* ]]; then LDISKFS_MKFS_OPTS=$(csa_add "$LDISKFS_MKFS_OPTS" -E lazy_itable_init) fi +[ $(facet_fstype $SINGLEMDS) = "zfs" ] && +# bug number for skipped test: LU-2778 LU-2059 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 57b 50h" + init_logging # diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index ed8ce3a..3f4a5cb 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -19,6 +19,10 @@ require_dsh_mds || exit 0 # 1 2.5 2.5 4 4 (min)" [ "$SLOW" = "no" ] && EXCEPT_SLOW="17 26a 26b 50 51 57" +[ $(facet_fstype $SINGLEMDS) = "zfs" ] && +# bug number for skipped test: LU-2194 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 19b" + build_test_filter # Allow us to override the setup if we already have a mounted system by diff --git a/lustre/tests/replay-ost-single.sh b/lustre/tests/replay-ost-single.sh index 958656b..8babef8 100755 --- a/lustre/tests/replay-ost-single.sh +++ b/lustre/tests/replay-ost-single.sh @@ -26,6 +26,10 @@ ALWAYS_EXCEPT="$REPLAY_OST_SINGLE_EXCEPT" # [ "$SLOW" = "no" ] && EXCEPT_SLOW="5" +[ $(facet_fstype $SINGLEMDS) = "zfs" ] && +# bug number for skipped test: LU-2285 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 3" + build_test_filter check_and_setup_lustre diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 568e26b..3a6299c 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -24,6 +24,10 @@ require_dsh_mds || exit 0 # bug number: 17466 18857 LU1867 ALWAYS_EXCEPT="61d 33a 33b 89 $REPLAY_SINGLE_EXCEPT" +[ $(facet_fstype $SINGLEMDS) = "zfs" ] && +# bug number for skipped test: LU-2342 LU-951 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 20b 70a 73a" + # 63 min 7 min AT AT AT AT" [ "$SLOW" = "no" ] && EXCEPT_SLOW="1 2 3 4 6 12 16 44a 44b 65 66 67 68" diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 68d6eda..1029b52 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -49,6 +49,10 @@ if [ $(facet_fstype $SINGLEMDS) == ldiskfs ] && \ skip "e2fsprogs doesn't support quota" && exit 0 fi +[ $(facet_fstype $SINGLEMDS) = "zfs" ] && +# bug number for skipped test: LU-2836 LU-2837 LU-2059 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 3 6 7d" + [ "$SLOW" = "no" ] && EXCEPT_SLOW="9 18 21" QUOTALOG=${TESTSUITELOG:-$TMP/$(basename $0 .sh).log} diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 957cd41..052ddfa 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -60,6 +60,10 @@ init_logging [ "$SLOW" = "no" ] && EXCEPT_SLOW="24o 24v 27m 36f 36g 36h 51b 60c 63 64b 68 71 73 77f 78 101a 103 115 120g 124b" +[ $(facet_fstype $SINGLEMDS) = "zfs" ] && +# bug number for skipped test: LU-2834 LU-1593 LU-2610 LU-2833 LU-1957 LU-2805 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 18 34h 40 48a 180 184c" + FAIL_ON_ERROR=false cleanup() { diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index dcb3c0c..269e371 100644 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -40,6 +40,10 @@ init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} init_logging +[ $(facet_fstype $SINGLEMDS) = "zfs" ] && +# bug number for skipped test: LU-2840 LU-2776 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 21 51a" + [ "$SLOW" = "no" ] && EXCEPT_SLOW="12 23 33a" FAIL_ON_ERROR=false