Re: [PATCH for-5.1] iotests/030: Reduce job speed to make race less likely

2020-07-16 Thread Max Reitz
On 16.07.20 15:28, Kevin Wolf wrote: > It can happen that the throttling of the stream job doesn't make it slow > enough that we can be sure that it still exists when it is referenced > again. Just use a much smaller speed to make this very unlikely to > happen again. > > Reported-by: Peter

[PATCH for-5.1] iotests/030: Reduce job speed to make race less likely

2020-07-16 Thread Kevin Wolf
It can happen that the throttling of the stream job doesn't make it slow enough that we can be sure that it still exists when it is referenced again. Just use a much smaller speed to make this very unlikely to happen again. Reported-by: Peter Maydell Signed-off-by: Kevin Wolf ---