From 97aaf4ab43b3943f16fbf123982577658899ca70 Mon Sep 17 00:00:00 2001 From: dilip krishnagiri Date: Wed, 9 Aug 2017 13:11:52 -0600 Subject: [PATCH] LU-9588 tests: remove replay-ost-single test from ALWAYS_EXCEPT Removing replay-ost-single tests for ZFS, 3 "Fail OST during write, with verification" from ALWAYS_EXCEPT list. Test-Parameters: trivial testlist=replay-ost-single mdtfilesystemtype=zfs ostfilesystemtype=zfs Signed-off-by: dilip krishnagiri Change-Id: I6d928c374adaab47288368c533c2455549d4be17 Reviewed-on: https://review.whamcloud.com/27402 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Saurabh Tandan Reviewed-by: Oleg Drokin --- lustre/tests/replay-ost-single.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/tests/replay-ost-single.sh b/lustre/tests/replay-ost-single.sh index 07ce0c3..3f0d504 100755 --- a/lustre/tests/replay-ost-single.sh +++ b/lustre/tests/replay-ost-single.sh @@ -26,8 +26,6 @@ ALWAYS_EXCEPT="$REPLAY_OST_SINGLE_EXCEPT" [ "$SLOW" = "no" ] && EXCEPT_SLOW="5" if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then -# bug number for skipped test: LU-2285 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 3" # bug number for slowed tests: LU-2887 # 32 12.5 (min)" [ "$SLOW" = "no" ] && EXCEPT_SLOW="$EXCEPT_SLOW 8a 8b" -- 1.8.3.1