From 91c4de6dc06b48915612dc1ed2b1a8790148ab2d Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Wed, 27 Nov 2024 10:34:27 +1100 Subject: [PATCH] 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 Reviewed-by: Zorro lang Signed-off-by: Zorro Lang --- tests/xfs/629 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/xfs/629 b/tests/xfs/629 index 34b3ca0d..a2f34557 100755 --- a/tests/xfs/629 +++ b/tests/xfs/629 @@ -59,8 +59,8 @@ _scratch_sync for ((n=0; n