From 13e11cf70cc8102d006a681276094517c22e4a47 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Thu, 10 Jun 2021 18:47:52 -0600 Subject: [PATCH] LU-7372 tests: skip replay-dual test_24/25 Not sure which one of these subtests is causing problems, but they are causing the following runtests test to hang unmounting the MDS, just like test_26 was doing previously. This is only a stopgap to confirm that one of these subtests is causing the later unmount hang, and to get testing passing again. There needs to be further isolation done to test_24 or test_25, and to re-enable test_26, but that can be done afterward. Test-Parameters: trivial testgroup=review-dne-part-2 Signed-off-by: Andreas Dilger Change-Id: I6d94eb040052b4912cf29ea37ca36ca4503ebbe5 Reviewed-on: https://review.whamcloud.com/43977 Tested-by: jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- lustre/tests/replay-dual.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index 5e75e4f..dd9399c 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -3,7 +3,7 @@ set -e # bug number: LU-2012 LU-8333 LU-7372 -ALWAYS_EXCEPT="14b 21b 26 $REPLAY_DUAL_EXCEPT" +ALWAYS_EXCEPT="14b 21b 24 25 26 $REPLAY_DUAL_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! SAVE_PWD=$PWD -- 1.8.3.1