On Fri, Mar 18, 2022 at 04:36:55PM -0400, John Snow wrote: > Just like qemu_img_log(), upgrade qemu_io_log() to enforce a return code > of zero by default. > > Affected tests: 242 245 255 274 303 307 nbd-reconnect-on-open > > Signed-off-by: John Snow <js...@redhat.com> > --- > tests/qemu-iotests/iotests.py | 5 +++-- > tests/qemu-iotests/tests/nbd-reconnect-on-open | 2 +- > 2 files changed, 4 insertions(+), 3 deletions(-) >
If I'm reading the commit message correctly, 'Affected tests' are all tests that used qemu_io_log, but only nbd-reconnect-on-open needed a change because it was the only one that explicitly tested a scenario that triggers an expected non-zero status. Reviewed-by: Eric Blake <ebl...@redhat.com> -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org