test: add latency test using posixaio ioengine
authorVincent Fu <vincent.fu@samsung.com>
Mon, 15 Aug 2022 15:34:43 +0000 (11:34 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Tue, 16 Aug 2022 19:35:10 +0000 (15:35 -0400)
commit31a58cbacdbbac5783ee0255de3532ff5294480b
treeb7eac3f78134005ff3ed2d05a2bc0191fec34c25
parent4deb92f9e1a83682143661eb3b04422bdfff5ace
test: add latency test using posixaio ioengine

Make sure that mean(slat) + mean(clat) = mean(total lat).

Tests 15 and 16 use the libaio and null ioengines, respectively. Both of
those ioengines have commit hooks. Add this new test using the posixaio
ioengine which does not have a commit hook so that we can better cover
the possible ways that latency is calcualted.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/jobs/t0017.fio [new file with mode: 0644]
t/run-fio-tests.py