Re: [Qemu-devel] [PATCH v2 3/4] iotests.py: rewrite run_job to be pickier

2019-05-23 Thread John Snow
On 5/23/19 8:39 AM, Max Reitz wrote: > On 10.05.19 21:03, John Snow wrote: >> Don't pull events out of the queue that don't belong to us; >> be choosier so that we can use this method to drive jobs that >> were launched by transactions that may have more jobs. >> >> Signed-off-by: John Snow >>

Re: [Qemu-devel] [PATCH v2 3/4] iotests.py: rewrite run_job to be pickier

2019-05-23 Thread Max Reitz
On 10.05.19 21:03, John Snow wrote: > Don't pull events out of the queue that don't belong to us; > be choosier so that we can use this method to drive jobs that > were launched by transactions that may have more jobs. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/iotests.py | 32 +

[Qemu-devel] [PATCH v2 3/4] iotests.py: rewrite run_job to be pickier

2019-05-10 Thread John Snow
Don't pull events out of the queue that don't belong to us; be choosier so that we can use this method to drive jobs that were launched by transactions that may have more jobs. Signed-off-by: John Snow --- tests/qemu-iotests/iotests.py | 32 +++- 1 file changed, 15 in