From: Oleg Drokin Date: Tue, 1 Sep 2015 18:23:18 +0000 (-0400) Subject: LU-7072 tests: disable sanityn test 78 X-Git-Tag: 2.7.60~55 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fb8e349de2c11082b7e4de83146c0058e221fa37;p=fs%2Flustre-release.git LU-7072 tests: disable sanityn test 78 It looks there is a race in this test that makes it to fail often. The fix itself is useful so I am disabling the test for now and hope for a quick fix to the test itself. Change-Id: Iee70b59d0d2dc98bc8542b8e8848da9bd964c841 Signed-off-by: Oleg Drokin Reviewed-on: http://review.whamcloud.com/16164 Reviewed-by: Andreas Dilger --- diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index 12eea99..ddb16fa 100644 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -5,6 +5,8 @@ set -e ONLY=${ONLY:-"$*"} # bug number for skipped test: 3192 LU-1205 15528/3811 9977 15528/11549 18080 ALWAYS_EXCEPT=" 14b 18c 19 28 29 35 $SANITYN_EXCEPT" +# LU-7072 +ALWAYS_EXCEPT="78 $SANITYN_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! SRCDIR=$(dirname $0)