From 03317fbb1548fef308decf29b4ce3c8bb31d01cb Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Wed, 7 Jun 2023 22:45:49 +0000 Subject: [PATCH] t/strided: increase minumum recommended size to 64MiB Test 8 has offset=32M. So it fails with a 32MiB file. Increase the minimum recommended test file/device size to 64MiB. Signed-off-by: Vincent Fu --- t/strided.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/strided.py b/t/strided.py index c5d66777..b7655e1e 100755 --- a/t/strided.py +++ b/t/strided.py @@ -6,7 +6,7 @@ # Test zonemode=strided. This uses the null ioengine when no file is # specified. If a file is specified, use it for randdom read testing. # Some of the zoneranges in the tests are 16MiB. So when using a file -# a minimum size of 32MiB is recommended. +# a minimum size of 64MiB is recommended. # # USAGE # python strided.py fio-executable [-f file/device] @@ -14,7 +14,7 @@ # EXAMPLES # python t/strided.py ./fio # python t/strided.py ./fio -f /dev/sda -# dd if=/dev/zero of=temp bs=1M count=32 +# dd if=/dev/zero of=temp bs=1M count=64 # python t/strided.py ./fio -f temp # # ===TEST MATRIX=== -- 2.25.1