From cb3b2bb683ce128d5d9dacebbe01b23c183cbf4d Mon Sep 17 00:00:00 2001 From: Vikentsi Lapa Date: Tue, 27 Oct 2020 14:39:58 +0000 Subject: [PATCH] LU-11388 test: enable replay-single test_131b Issue is fixed, so this commit verifies fix. Test-Parameters: trivial env=ONLY=131 testlist=replay-single fstype=zfs Signed-off-by: Vikentsi Lapa Change-Id: I609146172c1fee2a955d5c41f623c8b8c2ffaeaa Reviewed-on: https://review.whamcloud.com/40421 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Mike Pershin Reviewed-by: Andreas Dilger --- lustre/tests/replay-single.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index cddb213..db6eac3 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -12,8 +12,7 @@ ALWAYS_EXCEPT="$REPLAY_SINGLE_EXCEPT " ALWAYS_EXCEPT+=" 59" if [ "$mds1_FSTYPE" = zfs ]; then - # bug number for skipped test: LU-11388 - ALWAYS_EXCEPT+=" 131b" + ALWAYS_EXCEPT+="" fi if $SHARED_KEY; then -- 1.8.3.1