From 0f509199a25db416759c3bbcce85c6b79d623585 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Fri, 11 Jun 2021 01:19:52 -0600 Subject: [PATCH] LU-7372 tests: re-enable replay-dual test_26 Re-enable test_26 since it was just the unfortunate victim of either test_24 or test_25 causing MDS unmount to hang. Test-Parameters: trivial testgroup=review-dne-part-2 Test-Parameters: testgroup=review-dne-part-2 Test-Parameters: testgroup=review-dne-part-2 Test-Parameters: testgroup=review-dne-part-2 Signed-off-by: Andreas Dilger Change-Id: Ib944028e798488c425501f0c48bf812fc13ebbe5 --- 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 b92df6b..d110ed5 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -13,8 +13,8 @@ init_logging remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0 ALWAYS_EXCEPT="$REPLAY_DUAL_EXCEPT " -# bug number for skipped test: LU-2012 LU-8333 LU-7372 -ALWAYS_EXCEPT+=" 14b 21b 26 " +# bug number for skipped test: LU-2012 LU-8333 +ALWAYS_EXCEPT+=" 14b 21b" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! [[ "$mds1_FSTYPE" == zfs ]] && -- 1.8.3.1