On Fri, Jan 15, 2021 at 2:43 PM Max Reitz <[email protected]> wrote: > > @busy is false when the job is paused, which happens all the time > because that is how jobs yield (e.g. for mirror at least since commit > 565ac01f8d3). > > Back when 129 was added (2015), perhaps there was no better way of > checking whether the job was still actually running. Now we have the > @status field (as of 58b295ba52c, i.e. 2018), which can give us exactly > that information. > > Signed-off-by: Max Reitz <[email protected]> > Reviewed-by: Eric Blake <[email protected]> > Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]> > --- > tests/qemu-iotests/129 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Reviewed-by: Willian Rampazzo <[email protected]>
