]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic: add missing $FSX_AVOID to fsx invocations v2022.11.06
authorEric Whitney <enwlinux@gmail.com>
Fri, 21 Oct 2022 21:19:50 +0000 (17:19 -0400)
committerZorro Lang <zlang@kernel.org>
Sun, 6 Nov 2022 12:11:27 +0000 (20:11 +0800)
commit41f2bbdec5faa5d6522e86e63c1f30473a99dbfe
treebb495f5f440d9596da46316d949c07ba2dfa7a0c
parent6994e033aba253cb2221e6412da4e44dc4526adf
generic: add missing $FSX_AVOID to fsx invocations

generic/455 fails when run on an ext4 bigalloc file system.  Its
fsx invocations can make insert range and collapse range calls whose
arguments are not cluster aligned, and ext4 will fail those calls for
bigalloc.  They can be suppressed by adding the FSX_AVOID environment
variable to the fsx invocation and setting its value appropriately in
the test environment, as is done for other fsx-based tests.  This
avoids the need to exclude the test to avoid failures and makes it
possible to take advantage of the remainder of its coverage.

[ Also fix generic/457, as requested by Dave Chinner -- TYT]

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/455
tests/generic/457