From 0f93bf0be3354daab469b5662f5735c1805428ea Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Fri, 14 Oct 2022 15:09:03 -0600 Subject: [PATCH] LU-11388 tests: exclude replay-single/131b for ldiskfs Test is failing about 1/10 of the test runs, even on ldiskfs. Test-Parameters: trivial testlist=replay-single Signed-off-by: Andreas Dilger Change-Id: I9c36d026944876e066a1dc36877927b7a92c537e Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/48876 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Alex Zhuravlev Reviewed-by: Jian Yu Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/48946 --- lustre/tests/replay-single.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 37a4f82..06de69f 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -11,10 +11,8 @@ ALWAYS_EXCEPT="$REPLAY_SINGLE_EXCEPT " # bug number for skipped test: LU-13614 ALWAYS_EXCEPT+=" 59" -if [ "$mds1_FSTYPE" = zfs ]; then - # bug number for skipped test: LU-11388 - ALWAYS_EXCEPT+=" 131b" -fi +# bug number for skipped test: LU-11388 +ALWAYS_EXCEPT+="131b" if $SHARED_KEY; then # bug number for skipped tests: LU-9795 -- 1.8.3.1