On 10/1/21 4:32 AM, Shin'ichiro Kawasaki wrote: > Commit 499cded5f435 ("Fix for loop count issue when do_verify=0 (#1093)") > triggered the failure of test case #7 of t/run-fio-tests.py. The test case > runs sequential read workload with holes and checks amount of read data. The > commit affected job completion condition, and resulted in unexpected larger > read data and the test case failure. > > This series has two patches to address the issue. The first patch reverts the > commit, and the second patch proposes different fix for the loop count issue > with do_verify=0 option. I used the workload recorded in github issue #1093 to > confirm this second patch fixes the loop count issue. Good catch - applied, thanks. -- Jens Axboe