test: add test for experimental verify with loops and time_based options
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Thu, 20 Oct 2022 06:38:54 +0000 (15:38 +0900)
committerVincent Fu <vincent.fu@samsung.com>
Mon, 24 Oct 2022 14:34:57 +0000 (10:34 -0400)
commitc4704c081a54160621227b42238f6e439c28fba3
treeb93900b2c6bc44fb105b22007fd10f2a249590ae
parentd661fb18c39bc361399a0f9c254ac89f9c6e45fd
test: add test for experimental verify with loops and time_based options

Add a test case to confirm fix of numberio accounting issue of
experimental verify using loops and time_based options.

Of note is that this case fails on Windows with error "bad header
rand_seed". Until it gets fixed, require to non-Windows OS for this test
case so that CI does not report the known failure.

Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/jobs/t0026.fio [new file with mode: 0644]
t/run-fio-tests.py