Re: [PATCH 1/2] iotests: add JobRunner class

2020-03-03 Thread John Snow
On 2/27/20 6:44 AM, Max Reitz wrote: >> I'll just clean up the logging series I had to do it at a more >> fundamental level. > OK. So you’re looking to basically get VM.qmp() to log automatically if > necessary? (or maybe qmp_log() to not log unless necessary) > > Max > Yes. If this series

Re: [PATCH 1/2] iotests: add JobRunner class

2020-02-27 Thread Max Reitz
On 26.02.20 18:58, John Snow wrote: > > > On 2/26/20 6:18 AM, Max Reitz wrote: >> On 26.02.20 01:44, John Snow wrote: >>> The idea is that instead of increasing the arguments to job_run all the >>> time, create a more general-purpose job runner that can be subclassed to >>> do interesting things

Re: [PATCH 1/2] iotests: add JobRunner class

2020-02-26 Thread John Snow
On 2/26/20 6:18 AM, Max Reitz wrote: > On 26.02.20 01:44, John Snow wrote: >> The idea is that instead of increasing the arguments to job_run all the >> time, create a more general-purpose job runner that can be subclassed to >> do interesting things with. >> >> Signed-off-by: John Snow >> ---

Re: [PATCH 1/2] iotests: add JobRunner class

2020-02-26 Thread Max Reitz
On 26.02.20 01:44, John Snow wrote: > The idea is that instead of increasing the arguments to job_run all the > time, create a more general-purpose job runner that can be subclassed to > do interesting things with. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/255| 9 +- > te

[PATCH 1/2] iotests: add JobRunner class

2020-02-25 Thread John Snow
The idea is that instead of increasing the arguments to job_run all the time, create a more general-purpose job runner that can be subclassed to do interesting things with. Signed-off-by: John Snow --- tests/qemu-iotests/255| 9 +- tests/qemu-iotests/257| 12 ++- tests/qemu-io