From 77fc116fb230f330761767e240882c2141b30c1a Mon Sep 17 00:00:00 2001 From: James Nunez Date: Mon, 30 Jul 2018 11:34:36 -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. 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 --- lustre/tests/replay-dual.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1