[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <176279909079.605950.17890053232268440120.stgit@frogsfrogsfrogs>
Date: Mon, 10 Nov 2025 10:27:04 -0800
From: "Darrick J. Wong" <djwong@...nel.org>
To: djwong@...nel.org, zlang@...hat.com
Cc: fstests@...r.kernel.org, linux-ext4@...r.kernel.org
Subject: [PATCH 4/7] generic/019: skip test when there is no journal
From: Darrick J. Wong <djwong@...nel.org>
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@...nel.org>
---
tests/generic/019 | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/generic/019 b/tests/generic/019
index 00badf6dc320b2..3ea88e2e94e220 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
Powered by blists - more mailing lists