test: add test for verify read back of experimental verify
[fio.git] / t / jobs / t0014.fio
1 # Expected results: no parse warnings, runs and with roughly 1:2:3 iops
2 #                       between the three jobs for the first 5 seconds, then
3 #                       runs with roughly 1:2 iops between the two jobs for
4 #                       the remaining 5 seconds.
5 #
6 # Buggy result: parse warning on flow value overflow, no 1:2:3 division between
7 #                       the three jobs for the first 5 seconds or no 1:2 division between
8 #                       the first two jobs for the remaining 5 seconds.
9 #
10
11 [global]
12 bs=4k
13 ioengine=null
14 size=100g
15 runtime=12
16 flow_id=1
17 thread
18 log_avg_msec=1000
19 write_iops_log=t0014.fio
20 time_based
21
22 [flow1]
23 flow=1
24
25 [flow2]
26 flow=2
27
28 [flow3]
29 flow=3
30 runtime=5