Re: [PATCH v4 00/18] iotests: add enhanced debugging info to qemu-img failures

2022-03-21 Thread Hanna Reitz
On 21.03.22 17:23, John Snow wrote: On Mon, Mar 21, 2022, 11:50 AM Hanna Reitz wrote: On 21.03.22 14:14, Hanna Reitz wrote: > On 18.03.22 22:14, John Snow wrote: >> On Fri, Mar 18, 2022 at 9:36 AM Hanna Reitz wrote: >>> On 18.03.22 00:49, John Snow wrote: Hiya!

Re: [PATCH v4 00/18] iotests: add enhanced debugging info to qemu-img failures

2022-03-21 Thread John Snow
On Mon, Mar 21, 2022, 11:50 AM Hanna Reitz wrote: > On 21.03.22 14:14, Hanna Reitz wrote: > > On 18.03.22 22:14, John Snow wrote: > >> On Fri, Mar 18, 2022 at 9:36 AM Hanna Reitz wrote: > >>> On 18.03.22 00:49, John Snow wrote: > Hiya! > > This series effectively replaces qemu_img

Re: [PATCH v4 00/18] iotests: add enhanced debugging info to qemu-img failures

2022-03-21 Thread Hanna Reitz
On 21.03.22 14:14, Hanna Reitz wrote: On 18.03.22 22:14, John Snow wrote: On Fri, Mar 18, 2022 at 9:36 AM Hanna Reitz wrote: On 18.03.22 00:49, John Snow wrote: Hiya! This series effectively replaces qemu_img_pipe_and_status() with a rewritten function named qemu_img() that raises an excepti

Re: [PATCH v4 00/18] iotests: add enhanced debugging info to qemu-img failures

2022-03-21 Thread Hanna Reitz
On 18.03.22 22:14, John Snow wrote: On Fri, Mar 18, 2022 at 9:36 AM Hanna Reitz wrote: On 18.03.22 00:49, John Snow wrote: Hiya! This series effectively replaces qemu_img_pipe_and_status() with a rewritten function named qemu_img() that raises an exception on non-zero return code by default.

Re: [PATCH v4 00/18] iotests: add enhanced debugging info to qemu-img failures

2022-03-18 Thread John Snow
On Fri, Mar 18, 2022 at 9:36 AM Hanna Reitz wrote: > > On 18.03.22 00:49, John Snow wrote: > > Hiya! > > > > This series effectively replaces qemu_img_pipe_and_status() with a > > rewritten function named qemu_img() that raises an exception on non-zero > > return code by default. By the end of the

Re: [PATCH v4 00/18] iotests: add enhanced debugging info to qemu-img failures

2022-03-18 Thread Hanna Reitz
On 18.03.22 16:08, John Snow wrote: On Fri, Mar 18, 2022, 9:36 AM Hanna Reitz wrote: On 18.03.22 00:49, John Snow wrote: > Hiya! > > This series effectively replaces qemu_img_pipe_and_status() with a > rewritten function named qemu_img() that raises an exception on non

Re: [PATCH v4 00/18] iotests: add enhanced debugging info to qemu-img failures

2022-03-18 Thread John Snow
On Fri, Mar 18, 2022, 9:36 AM Hanna Reitz wrote: > On 18.03.22 00:49, John Snow wrote: > > Hiya! > > > > This series effectively replaces qemu_img_pipe_and_status() with a > > rewritten function named qemu_img() that raises an exception on non-zero > > return code by default. By the end of the se

Re: [PATCH v4 00/18] iotests: add enhanced debugging info to qemu-img failures

2022-03-18 Thread Hanna Reitz
On 18.03.22 00:49, John Snow wrote: Hiya! This series effectively replaces qemu_img_pipe_and_status() with a rewritten function named qemu_img() that raises an exception on non-zero return code by default. By the end of the series, every last invocation of the qemu-img binary ultimately goes thr

[PATCH v4 00/18] iotests: add enhanced debugging info to qemu-img failures

2022-03-17 Thread John Snow
Hiya! This series effectively replaces qemu_img_pipe_and_status() with a rewritten function named qemu_img() that raises an exception on non-zero return code by default. By the end of the series, every last invocation of the qemu-img binary ultimately goes through qemu_img(). The exception that t