]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
xfs: skip tests if formatting small filesystem fails
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:27:30 +0000 (16:27 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 23 Jan 2025 21:19:58 +0000 (13:19 -0800)
commit3481d210af79743b826a936125c7b26208b066b2
tree67675d195ed6e5c706067f09c59b44c80be0718b
parente4138ddb9d707623fe2b4362462b74c00012dfc7
xfs: skip tests if formatting small filesystem fails

There are a few tests that try to exercise XFS functionality with an
unusually small (< 500MB) filesystem.  Formatting can fail if the test
configuration also specifies a very large realtime device because mkfs
hits ENOSPC when allocating the realtime metadata.  The test proceeds
anyway (which causes an immediate mount failure) so we might as well
skip these.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
tests/xfs/104
tests/xfs/291