Whamcloud - gitweb
LU-4256 test: add lustre-rsync-test 2b to ALWAYS_EXCEPT 06/33006/3
authorJohn L. Hammond <jhammond@whamcloud.com>
Wed, 15 Aug 2018 20:06:16 +0000 (15:06 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 23 Aug 2018 07:18:59 +0000 (07:18 +0000)
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 <jhammond@whamcloud.com>
Change-Id: I8fe4d039e8edd0552e56ee9451cc05f08cb34c8d
Reviewed-on: https://review.whamcloud.com/33006
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/lustre-rsync-test.sh

index b32bc71..e74bd5d 100644 (file)
@@ -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=""