]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
xfs/629: single extent files should be within tolerance
authorDave Chinner <dchinner@redhat.com>
Tue, 26 Nov 2024 23:34:27 +0000 (10:34 +1100)
committerZorro Lang <zlang@kernel.org>
Sun, 8 Dec 2024 14:17:10 +0000 (22:17 +0800)
commit91c4de6dc06b48915612dc1ed2b1a8790148ab2d
treef4812d7591a5535e5bdbbec16461b4db37647c12
parentb53217a88c05f459c15d0f8624227e427dcd644f
xfs/629: single extent files should be within tolerance

The test passes if we have between 2 and 40 extents (despite what
the comment says!), with the target being 20. There is absolutely no
reason for considering a single extent file a failure - that
indicates the filesystem completely defeated the fragmentation
behaviour the test was trying to cause.  Hence expand the range of
"test pass" tolerance to 1-41 extents.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Zorro lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/629