From: James Nunez Date: Mon, 30 Jul 2018 17:34:36 +0000 (-0600) Subject: LU-7372 tests: stop running replay-dual test 26 X-Git-Tag: 2.11.54~12 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=77fc116fb230f330761767e240882c2141b30c1a;p=fs%2Flustre-release.git LU-7372 tests: stop running replay-dual test 26 replay-dual test 26 fails frequently. We need to add this test to the ALWAYS_EXCEPT list and, thus, stop running the test until we fix the issue. Test-Parameters: trivial testlist=replay-dual Signed-off-by: James Nunez Change-Id: Ida58ecc4933dae33d396c258fee64f6d3dbd4978 Reviewed-on: https://review.whamcloud.com/32902 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Wei Liu Reviewed-by: Andreas Dilger --- diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index 394309e..0309301 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -2,8 +2,8 @@ set -e -# bug number: LU-2012 LU-8333 -ALWAYS_EXCEPT="14b 21b $REPLAY_DUAL_EXCEPT" +# bug number: LU-2012 LU-8333 LU-7372 +ALWAYS_EXCEPT="14b 21b 26 $REPLAY_DUAL_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! SAVE_PWD=$PWD