]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/749: don't write a ton of _mread output to seqres.full
authorDarrick J. Wong <djwong@kernel.org>
Mon, 2 Feb 2026 19:11:44 +0000 (11:11 -0800)
committerZorro Lang <zlang@kernel.org>
Sun, 8 Feb 2026 17:36:00 +0000 (01:36 +0800)
commitd290a3c1b673bdb9904681c06364f678702bcd9c
treef371c15c455bc06a4faf721b0357a743942c34c0
parent08989d57ae35221d68d0835de6cadd7603b5e1dd
generic/749: don't write a ton of _mread output to seqres.full

Something went wrong with this test when testing with fuse4fs, but I
couldn't tell what because this test writes so much data to seqres.full
that it completely filled the log partition.  Most of that output was
from checks that actually succeeded, so let's reduce the amount of
logging from _mread (which passes -v) by writing to a tempfile and only
dumping the output to the .full file if something breaks.

Cc: fstests@vger.kernel.org # v2024.06.27
Fixes: e4a6b119e52295 ("fstests: add mmap page boundary tests")
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/749