t/jobs/t0030: add test for --bandwidth-log option
authorVincent Fu <vincent.fu@samsung.com>
Wed, 20 Mar 2024 18:08:46 +0000 (14:08 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Wed, 20 Mar 2024 18:42:39 +0000 (14:42 -0400)
commitf226220049035290e5e193d1fc117d3057fc1270
tree18efc243e1844fa860e1a2d8fad722c399f99ac4
parent2e976800fe74a58fadbbd9b069c01120b48cf9f0
t/jobs/t0030: add test for --bandwidth-log option

Add a test to detect changes that break the --bandwidth-log option. This
option uses the logging data structures in a way that differs from how
the other logs use them. So it's easy to forget about this special case.

Recent patches resolving related breakage are:
d72244761b2230fbb2d6eaec59cdedd3ea651d4f ("stat: fix segfault with fio
option --bandwidth-log")
acc481b6d34aab3ee6e19f22b64f8bf0dd30480c ("iolog: fix reported defect
from coverity scan")

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