t/zbd: avoid test case 31 failure with small devices
[fio.git] / t / jobs / t0023.fio
CommitLineData
c37183f8
VF
1# randtrimwrite data direction tests
2[global]
3filesize=1M
4ioengine=null
5rw=randtrimwrite
6log_offset=1
7per_job_logs=0
8randrepeat=0
1fb78294 9write_bw_log
c37183f8
VF
10
11# Expected result: trim issued to random offset followed by write to same offset
12# all offsets touched
13# block sizes match
14# Buggy result: something else
15[basic]
c37183f8
VF
16
17# Expected result: trim issued to random offset followed by write to same offset
18# all offsets trimmed
19# block sizes 8k for both write and trim
20# Buggy result: something else
21[bs]
9e83aa16 22bs=8k,8k,8k
c37183f8
VF
23
24# Expected result: trim issued to random offset followed by write to same offset
25# all offsets trimmed
26# block sizes match
27# Buggy result: something else
28[bsrange]
c37183f8
VF
29bsrange=512-4k
30
31# Expected result: trim issued to random offset followed by write to same offset
32# all offsets trimmed
33# block sizes match
34# Buggy result: something else
35[bssplit]
1e34a6ea 36bssplit=512/25:1k/:2k/:4k/
c37183f8
VF
37
38# Expected result: trim issued to random offset followed by write to same offset
c37183f8
VF
39# block sizes match
40# Buggy result: something else
41[basic_no_rm]
c37183f8
VF
42norandommap=1
43
44# Expected result: trim issued to random offset followed by write to same offset
c37183f8
VF
45# block sizes 8k for both write and trim
46# Buggy result: something else
47[bs_no_rm]
c37183f8
VF
48bs=4k,4k,8k
49norandommap=1
50
51# Expected result: trim issued to random offset followed by write to same offset
c37183f8
VF
52# block sizes match
53# Buggy result: something else
54[bsrange_no_rm]
c37183f8
VF
55bsrange=512-4k
56norandommap=1
57
58# Expected result: trim issued to random offset followed by write to same offset
c37183f8
VF
59# block sizes match
60# Buggy result: something else
61[bssplit_no_rm]
1e34a6ea 62bssplit=512/25:1k/:2k/:4k/
c37183f8 63norandommap=1