t/jobs/t0035: add test for the file operations IO engine
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Fri, 6 Sep 2024 02:37:17 +0000 (11:37 +0900)
committerJens Axboe <axboe@kernel.dk>
Fri, 6 Sep 2024 13:41:43 +0000 (07:41 -0600)
commita189fc720a4d661dc1813981872d08ef586301bc
tree93970a97c4b44d0286498484040d852baff693c0
parenta0e2faaf7e5d0814f08f8ab337241372fd58be1e
t/jobs/t0035: add test for the file operations IO engine

The previous commit fixed the NULL pointer dereference which happened
when the write_lat_log option is specified for the file operations IO
engine. Add a new test case to confirm the fix. This test case also
covers the basic use cases of the file operations IO engine.

Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Link: https://lore.kernel.org/r/20240906023717.1464031-3-shinichiro.kawasaki@wdc.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/jobs/t0035.fio [new file with mode: 0644]
t/run-fio-tests.py