Re: [Qemu-block] [PATCH 4/4] iotests: Make 245 faster and more reliable

2019-05-16 Thread Alberto Garcia
On Wed 15 May 2019 10:15:03 PM CEST, Max Reitz wrote: > Sometimes, 245 fails for me because some stream job has already finished > while the test expects it to still be active. (With -c none, it fails > basically every time.) The most reliable way to fix this is to simply > set auto_finalize=false

[Qemu-block] [PATCH 4/4] iotests: Make 245 faster and more reliable

2019-05-15 Thread Max Reitz
Sometimes, 245 fails for me because some stream job has already finished while the test expects it to still be active. (With -c none, it fails basically every time.) The most reliable way to fix this is to simply set auto_finalize=false so the job will remain in the block graph as long as we need