test: add the test for regrow logs with asynchronous I/O replay
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Thu, 21 Mar 2024 03:10:11 +0000 (12:10 +0900)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Mar 2024 11:57:54 +0000 (05:57 -0600)
commit140c58beeee44a10358a817c7699b66c5c7290f9
treeac48a5131c644d434fe7c1db70be27a4cb09c81e
parentc3c398e0701187716b6fba847fdae192e469b80b
test: add the test for regrow logs with asynchronous I/O replay

Add t/jobs/t0031-pre.fio and t/jobs/t0031.fio to test that the log
space is regrown for the asynchronous I/O replay jobs. This test case
confirms the fix by the previous commit titled "iolog: regrow logs in
iolog_delay()".

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