Re: [Qemu-block] [PATCH v6 38/42] iotests: Let complete_and_wait() work with commit

2019-08-22 Thread Vladimir Sementsov-Ogievskiy
09.08.2019 19:14, Max Reitz wrote: > complete_and_wait() and wait_ready() currently only work for mirror > jobs. Let them work for active commit jobs, too. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/iotests.py | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) >

[Qemu-block] [PATCH v6 38/42] iotests: Let complete_and_wait() work with commit

2019-08-09 Thread Max Reitz
complete_and_wait() and wait_ready() currently only work for mirror jobs. Let them work for active commit jobs, too. Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tests/qemu-iotests/iotests.py