X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=verify.c;h=35d8969624cffb7275f23dd228fab78cecceeebd;hp=3d7c5de9f6ff78374a3c24ca71735ba519f08462;hb=5fe4c88681360025fa4662c3898edd33f0d7585c;hpb=5c57c084346fbfe6f3f45236c151ad1c83b6b398 diff --git a/verify.c b/verify.c index 3d7c5de9..35d89696 100644 --- a/verify.c +++ b/verify.c @@ -411,7 +411,8 @@ static int verify_io_u_meta(struct verify_header *hdr, struct vcont *vc) * state of numberio, that would have been written to each block * in a previous run of fio, has been reached. */ - if ((td_write(td) || td_rw(td)) && (td_min_bs(td) == td_max_bs(td))) + if ((td_write(td) || td_rw(td)) && (td_min_bs(td) == td_max_bs(td)) && + !td->o.time_based) if (!td->o.verify_only || td->o.loops == 0) if (vh->numberio != io_u->numberio) ret = EILSEQ;