Re: [PATCH 07/14] iotests: replace unchecked calls to qemu_img_pipe()

2022-03-17 Thread Hanna Reitz
On 09.03.22 04:54, John Snow wrote: qemu_img_pipe() discards the return code from qemu-img in favor of returning just its output. Some tests using this function don't save, log, or check the output either, though, which is unsafe. Replace all of these calls with a checked version. Tests affecte

[PATCH 07/14] iotests: replace unchecked calls to qemu_img_pipe()

2022-03-08 Thread John Snow
qemu_img_pipe() discards the return code from qemu-img in favor of returning just its output. Some tests using this function don't save, log, or check the output either, though, which is unsafe. Replace all of these calls with a checked version. Tests affected are 194, 202, 203, 234, 262, and 303