Re: [Qemu-devel] [PATCH 2/5] iotests: Fix throttling in 030

2019-07-02 Thread Alberto Garcia
On Fri 28 Jun 2019 12:32:52 AM CEST, Max Reitz wrote: > Currently, TestParallelOps in 030 creates images that are too small for > job throttling to be effective. This is reflected by the fact that it > never undoes the throttling. > > Increase the image size and undo the throttling when the job sh

Re: [Qemu-devel] [PATCH 2/5] iotests: Fix throttling in 030

2019-07-01 Thread Andrey Shinkevich
On 28/06/2019 01:32, Max Reitz wrote: > Currently, TestParallelOps in 030 creates images that are too small for > job throttling to be effective. This is reflected by the fact that it > never undoes the throttling. > > Increase the image size and undo the throttling when the job should be > com

[Qemu-devel] [PATCH 2/5] iotests: Fix throttling in 030

2019-06-27 Thread Max Reitz
Currently, TestParallelOps in 030 creates images that are too small for job throttling to be effective. This is reflected by the fact that it never undoes the throttling. Increase the image size and undo the throttling when the job should be completed. Also, add throttling in test_overlapping_4,