From 545c94d8c386a1efec68754fcd6422840517a689 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Mon, 10 Nov 2025 10:27:04 -0800 Subject: [PATCH] generic/019: skip test when there is no journal This test checks a filesystem's ability to recover from a noncritical disk failure (e.g. journal replay) without becoming inconsistent. This isn't true for any filesystem that doesn't have a journal, so we should skip the test on those platforms. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- tests/generic/019 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/generic/019 b/tests/generic/019 index 00badf6d..3ea88e2e 100755 --- a/tests/generic/019 +++ b/tests/generic/019 @@ -126,6 +126,7 @@ _workout() _scratch_mkfs >> $seqres.full 2>&1 || _fail "mkfs failed" +_require_metadata_journaling $SCRATCH_DEV _scratch_mount _allow_fail_make_request _workout -- 2.47.3