Re: [Qemu-devel] [PATCH 3/4] iotests: Add @error to wait_until_completed

2019-09-18 Thread Vladimir Sementsov-Ogievskiy
12.09.2019 16:56, Max Reitz wrote: > Callers can use this new parameter to expect failure during the > completion process. > > Signed-off-by: Max Reitz Reviewed-by: Vladimir Sementsov-Ogievskiy -- Best regards, Vladimir

Re: [Qemu-devel] [PATCH 3/4] iotests: Add @error to wait_until_completed

2019-09-16 Thread Max Reitz
On 14.09.19 00:53, John Snow wrote: > > > On 9/12/19 9:56 AM, Max Reitz wrote: >> Callers can use this new parameter to expect failure during the >> completion process. >> >> Signed-off-by: Max Reitz >> --- >> tests/qemu-iotests/iotests.py | 18 -- >> 1 file changed, 12 insertio

Re: [Qemu-devel] [PATCH 3/4] iotests: Add @error to wait_until_completed

2019-09-13 Thread John Snow
On 9/12/19 9:56 AM, Max Reitz wrote: > Callers can use this new parameter to expect failure during the > completion process. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/iotests.py | 18 -- > 1 file changed, 12 insertions(+), 6 deletions(-) > > diff --git a/tests/q

[Qemu-devel] [PATCH 3/4] iotests: Add @error to wait_until_completed

2019-09-12 Thread Max Reitz
Callers can use this new parameter to expect failure during the completion process. Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-iotests/iotests.py ind