From c5427cbab935259c54957b2ff50e7736f240cd08 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Wed, 22 Aug 2018 09:15:26 -0600 Subject: [PATCH] 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 --- lustre/tests/replay-dual.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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} -- 1.8.3.1