From 378d5ac18b74e25a593ef6eda4f691356d6b90b4 Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Wed, 26 Sep 2012 20:35:50 +0400 Subject: [PATCH] LU-1867 tests: disable replay-single/89 as it's been coloring tests red quite often and seem to be very localized issued I suggest to disable it till the root cause or the test is fixed properly. Signed-off-by: Alex Zhuravlev Change-Id: I85feb214d6d23077cfdde47a6a439b806c5d0b6e Reviewed-on: http://review.whamcloud.com/4105 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- lustre/tests/replay-single.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 66dabdd..7abd8d0 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -21,8 +21,8 @@ GRANT_CHECK_LIST=${GRANT_CHECK_LIST:-""} require_dsh_mds || exit 0 # Skip these tests -# bug number: 17466 18857 -ALWAYS_EXCEPT="61d 33a 33b $REPLAY_SINGLE_EXCEPT" +# bug number: 17466 18857 LU1867 +ALWAYS_EXCEPT="61d 33a 33b 89 $REPLAY_SINGLE_EXCEPT" # 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" -- 1.8.3.1