From 18ebd8cbe9dabe0f8c2da36fe6d146d977b500ae Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Sun, 26 Nov 2017 17:53:49 -0700 Subject: [PATCH] LU-5761 tests: re-add test_89 to replay-single ALWAYS_EXCEPT Re-add replay-single test_89 to the ALWAYS_EXCEPT list, as it is still failing intermittently. Test-Parameters: trivial testlist=replay-single Signed-off-by: Andreas Dilger Change-Id: Ia98e28a2c4b863fd48cf0cd5d5ca9fe9cbafe9f3 Reviewed-on: https://review.whamcloud.com/30252 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Nunez 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 c5602c4..50fe016 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -29,8 +29,8 @@ ALWAYS_EXCEPT="$REPLAY_SINGLE_EXCEPT " [ "$SLOW" = "no" ] && EXCEPT_SLOW="44b" [ $(facet_fstype $SINGLEMDS) = "zfs" ] && -# bug number for skipped test: - ALWAYS_EXCEPT="$ALWAYS_EXCEPT " +# bug number for skipped test: LU-5761 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 89" build_test_filter -- 1.8.3.1