Re: [PATCH 15/15] iotests: make qemu_io_log() check return codes by default

2022-03-22 Thread Hanna Reitz
On 18.03.22 21:36, 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 --- tests/qemu-iotests/iotests.py | 5 +++-- tests/qemu-io

Re: [PATCH 15/15] iotests: make qemu_io_log() check return codes by default

2022-03-21 Thread John Snow
On Mon, Mar 21, 2022 at 2:22 PM Eric Blake wrote: > > 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

Re: [PATCH 15/15] iotests: make qemu_io_log() check return codes by default

2022-03-21 Thread Eric Blake
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 > --- > tests/qemu-iotests/iotests.py

[PATCH 15/15] iotests: make qemu_io_log() check return codes by default

2022-03-18 Thread John Snow
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 --- tests/qemu-iotests/iotests.py | 5 +++-- tests/qemu-iotests/tests/nbd-reconnect-on-open | 2 +-