From: Nathaniel Clark Date: Tue, 19 Mar 2013 14:35:55 +0000 (-0400) Subject: LU-2955 tests: make replay-ost-single/8b SLOW for ZFS X-Git-Tag: 2.3.63~2 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=20dfdeda5ea3f679b68c4a9fb6924c90a0a79cac LU-2955 tests: make replay-ost-single/8b SLOW for ZFS This test runs dd with osync, which is currently a VERY slow operation, so mark it slow until LU-2887 is addressed. Signed-off-by: Nathaniel Clark Change-Id: I3f55278490bd3c2e3bce8a2de58828a3a716b2fe Reviewed-on: http://review.whamcloud.com/5767 Tested-by: Hudson Reviewed-by: Jian Yu Tested-by: Maloo Reviewed-by: Bobi Jam Reviewed-by: Alex Zhuravlev Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/replay-ost-single.sh b/lustre/tests/replay-ost-single.sh index e0b8204..dde1e49 100755 --- a/lustre/tests/replay-ost-single.sh +++ b/lustre/tests/replay-ost-single.sh @@ -29,8 +29,8 @@ ALWAYS_EXCEPT="$REPLAY_OST_SINGLE_EXCEPT" if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then # bug number for skipped test: LU-2285 ALWAYS_EXCEPT="$ALWAYS_EXCEPT 3" -# bug number for slowed tests: LU-2874 - [ "$SLOW" = "no" ] && EXCEPT_SLOW="$EXCEPT_SLOW 8a" +# bug number for slowed tests: LU-2887 + [ "$SLOW" = "no" ] && EXCEPT_SLOW="$EXCEPT_SLOW 8a 8b" fi build_test_filter