X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=t%2Fjobs%2Ft0024.fio;fp=t%2Fjobs%2Ft0024.fio;h=393a2b70e1f9e4357d9e0c3da974cc861566ff1d;hb=2d5c460058072401b1860c3a410f6ca30d95c79c;hp=0000000000000000000000000000000000000000;hpb=21a202292ad846d49e61ca9ffb8de1eab5eb3c06;p=fio.git diff --git a/t/jobs/t0024.fio b/t/jobs/t0024.fio new file mode 100644 index 00000000..393a2b70 --- /dev/null +++ b/t/jobs/t0024.fio @@ -0,0 +1,36 @@ +# trimwrite data direction tests +[global] +filesize=1M +ioengine=null +rw=trimwrite +log_offset=1 +per_job_logs=0 +randrepeat=0 +write_bw_log + +# Expected result: trim issued to sequential offsets followed by write to same offset +# all offsets touched +# block sizes match +# Buggy result: something else +[basic] + +# Expected result: trim issued to sequential offsets followed by write to same offset +# all offsets trimmed +# block sizes 8k for both write and trim +# Buggy result: something else +[bs] +bs=8k,8k,8k + +# Expected result: trim issued to sequential offsets followed by write to same offset +# all offsets trimmed +# block sizes match +# Buggy result: something else +[bsrange] +bsrange=512-4k + +# Expected result: trim issued to sequential offsets followed by write to same offset +# all offsets trimmed +# block sizes match +# Buggy result: something else +[bssplit] +bsrange=512/25:1k:25:2k:25:4k/25