From: John L. Hammond Date: Wed, 15 Aug 2018 20:06:16 +0000 (-0500) Subject: LU-4256 test: add lustre-rsync-test 2b to ALWAYS_EXCEPT X-Git-Tag: 2.11.55~56 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F33006%2F3;p=fs%2Flustre-release.git 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 --- 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=""