test: check all offsets touched for randtrimwrite
authorVincent Fu <vincent.fu@samsung.com>
Wed, 5 Oct 2022 00:20:09 +0000 (17:20 -0700)
committerVincent Fu <vincent.fu@samsung.com>
Wed, 5 Oct 2022 22:15:40 +0000 (18:15 -0400)
commit9e83aa16efc28e1d20e37f3da87411aeb7644254
treec88a6dd45201aeaa73504758bdf81b535ee162cd
parent1fb782940ec411f39e0a25b2ce4757a25c269bf4
test: check all offsets touched for randtrimwrite

Make sure that all of the offsets are touched for the randtrimwrite test
when randommap is enabled.

This exposes a problem where mixed ddir workloads that use a random map
may not have all blocks touched when the different data directions use
different block sizes. Resolve this for now by setting the same block
size for all data directions for the job named bs.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/jobs/t0023.fio
t/run-fio-tests.py