From: James Nunez Date: Wed, 22 Aug 2018 15:15:26 +0000 (-0600) Subject: LU-7372 tests: stop running replay-dual test 26 X-Git-Tag: 2.10.6-RC1~11 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F33052%2F2;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. This is a backport to b2_10 of master patch Lustre-change: https://review.whamcloud.com/#/c/32902 Lustre-commit: 77fc116fb230f330761767e240882c2141b30c1a Test-Parameters: trivial testlist=replay-dual Signed-off-by: James Nunez Change-Id: I1432d544068bfbd98c912c8b7699e04c6d067492 Reviewed-on: https://review.whamcloud.com/33052 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Wei Liu Reviewed-by: John L. Hammond --- diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index b0bf4ab..f4e6e22 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -2,8 +2,9 @@ set -e -# bug number: LU-2012 10124 LU-8333 -ALWAYS_EXCEPT="14b 15c 21b $REPLAY_DUAL_EXCEPT" +# bug number: LU-2012 10124 LU-8333 LU-7372 +ALWAYS_EXCEPT="14b 15c 21b 26 $REPLAY_DUAL_EXCEPT" +# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! SAVE_PWD=$PWD PTLDEBUG=${PTLDEBUG:--1}