From: Darrick J. Wong Date: Mon, 10 Nov 2025 18:27:04 +0000 (-0800) Subject: generic/019: skip test when there is no journal X-Git-Tag: v2025.11.18~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=545c94d8c386a1efec68754fcd6422840517a689;p=xfstests-dev.git 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 --- 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