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

2017-11-09 Thread Eric Blake
On 11/08/2017 07:38 PM, Max Reitz wrote: > 136 executes some AIO requests without a final aio_flush; then it > advances the virtual clock and thus expects the last access time of the > device to be less than the current time when queried (i.e. idle_time_ns > to be greater than 0). However, without

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

2017-11-08 Thread Max Reitz
136 executes some AIO requests without a final aio_flush; then it advances the virtual clock and thus expects the last access time of the device to be less than the current time when queried (i.e. idle_time_ns to be greater than 0). However, without the aio_flush, some requests may be settled afte