[Qemu-devel] [PATCH] qemu-iotests: Fix test 038

2013-09-13 Thread Max Reitz
Test 038 uses asynchronous I/O, resulting (potentially) in a different output for every run (regarding the order of the I/O accesses). This can be fixed by simply sorting the I/O access messages, since their order is irrelevant anyway (for this asynchonous I/O). Signed-off-by: Max Reitz

Re: [Qemu-devel] [PATCH] qemu-iotests: Fix test 038

2013-09-13 Thread Kevin Wolf
Am 13.09.2013 um 10:37 hat Max Reitz geschrieben: Test 038 uses asynchronous I/O, resulting (potentially) in a different output for every run (regarding the order of the I/O accesses). This can be fixed by simply sorting the I/O access messages, since their order is irrelevant anyway (for this

Re: [Qemu-devel] [PATCH] qemu-iotests: Fix test 038

2013-09-13 Thread Eric Blake
On 09/13/2013 02:37 AM, Max Reitz wrote: Test 038 uses asynchronous I/O, resulting (potentially) in a different output for every run (regarding the order of the I/O accesses). This can be fixed by simply sorting the I/O access messages, since their order is irrelevant anyway (for this