Merge branch 'nvme/support-sync-fua-for-iouring-v2' of https://github.com/minwooim/fio
[fio.git] / t / jobs / t0021.fio
CommitLineData
eb40b275
VF
1# make sure the lfsr random generator actually does touch all the offsets
2#
3# Expected result: offsets are not accessed sequentially and all offsets are touched
4# Buggy result: offsets are accessed sequentially and one or more offsets are missed
5# run with --debug=io or logging to see which offsets are read
6
7[test]
8ioengine=null
9filesize=1M
10rw=randread
11write_bw_log=test
12per_job_logs=0
13log_offset=1
14norandommap=1
15random_generator=lfsr