]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
xfs: skip tests if formatting small filesystem fails
authorDarrick J. Wong <djwong@kernel.org>
Tue, 6 Feb 2024 00:06:46 +0000 (16:06 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:41:59 +0000 (13:41 -0700)
commit9acc837c8e8b42e25560b1caf551995d14f7efb7
treedf90c4f37292e70a2f10d6605c68fdb46a121521
parenta935e289816fa2a4490b4a2e5638cc8c0b4a23b5
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