After the commit 191d6634e8a6 ("verify: fix bytes_done accounting of experimental verify") in fio version 3.33, loops option does not work good with verify-read workloads. The first patch in this series fixes it. The second patch adds a test case to confirm the fix. Shin'ichiro Kawasaki (2): verify: fix loops option behavior of read-verify workloads test: add the test for loops option and read-verify workloads io_u.c | 3 ++- t/jobs/t0029.fio | 14 ++++++++++++++ t/run-fio-tests.py | 21 +++++++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 t/jobs/t0029.fio -- 2.43.0