Re: [Qemu-devel] [PATCH 1/5] iotests: Make 030 less flaky

2017-11-09 Thread Eric Blake
On 11/08/2017 07:38 PM, Max Reitz wrote: > This patch fixes two race conditions in 030: > > 1. The first is in TestENSPC.test_enospc(). After resuming the job, s/ENSPC/ENOSPC/ >querying it to confirm it is no longer paused may fail because in the >meantime it might have completed alread

[Qemu-devel] [PATCH 1/5] iotests: Make 030 less flaky

2017-11-08 Thread Max Reitz
This patch fixes two race conditions in 030: 1. The first is in TestENSPC.test_enospc(). After resuming the job, querying it to confirm it is no longer paused may fail because in the meantime it might have completed already. The same was fixed in TestEIO.test_ignore() already (in commit