]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/019: skip test when there is no journal
authorDarrick J. Wong <djwong@kernel.org>
Mon, 10 Nov 2025 18:27:04 +0000 (10:27 -0800)
committerZorro Lang <zlang@kernel.org>
Fri, 14 Nov 2025 18:54:37 +0000 (02:54 +0800)
commit545c94d8c386a1efec68754fcd6422840517a689
treefa1b8d724c32cf3942f2af1110ed5b847ad8f571
parent09728c352684b3bb0407c631a6098c5e814b2016
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 <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/019