From e253179a26f48716702891208772543142579ce1 Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Wed, 15 Aug 2018 15:06:16 -0500 Subject: [PATCH] LU-4256 test: add lustre-rsync-test 2b to ALWAYS_EXCEPT This test continues to fail at a low rate so disable it. Test-Parameters: trivial testlist=lustre-rsync-test Signed-off-by: John L. Hammond Change-Id: I8fe4d039e8edd0552e56ee9451cc05f08cb34c8d Reviewed-on: https://review.whamcloud.com/33006 Reviewed-by: Andreas Dilger Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin --- lustre/tests/lustre-rsync-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/lustre-rsync-test.sh b/lustre/tests/lustre-rsync-test.sh index b32bc71..e74bd5d 100644 --- a/lustre/tests/lustre-rsync-test.sh +++ b/lustre/tests/lustre-rsync-test.sh @@ -12,8 +12,8 @@ SRCDIR=`dirname $0` export PATH=$PWD/$SRCDIR:$SRCDIR:$PWD/$SRCDIR/../utils:$PATH:/sbin ONLY=${ONLY:-"$*"} -# bug number for skipped test: -ALWAYS_EXCEPT="$LRSYNC_EXCEPT" +# bug number for skipped test: LU-4256 +ALWAYS_EXCEPT="$LRSYNC_EXCEPT 2b" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! [ "$SLOW" = "no" ] && EXCEPT_SLOW="" -- 1.8.3.1