]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
xfs/073: avoid large recursive diff
authorChristoph Hellwig <hch@lst.de>
Thu, 20 Jun 2024 12:48:44 +0000 (14:48 +0200)
committerZorro Lang <zlang@kernel.org>
Fri, 21 Jun 2024 16:38:24 +0000 (00:38 +0800)
commit9cca19c674a9745c5daa225a5d390902f5834076
tree9824c56a2e6269b26a5ae758754dd7a2410229fb
parent872977cfdeb40ea2630b9a1f6810b50c805078a3
xfs/073: avoid large recursive diff

xfs/073 has been failing for me for a while on most of my test setups
with:

diff: memory exhausted

from the large recursive diff it does.  Replace that with a pipe using
md5sum to reduce the memory usage.

Based on a snipplet from Darrick Wong.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/073