[Qemu-devel] [PATCH v6 14/14] iotests: Omit length/offset test in 040 and 041

2014-04-29 Thread Max Reitz
As the length of a mirror block job no longer directly depends on the size of the block device, drop those checks from this test. Instead, just check whether the final offset equals the block job length. As 041 uses the wait_until_completed function from iotests.py, the same applies there as well

Re: [Qemu-devel] [PATCH v6 14/14] iotests: Omit length/offset test in 040 and 041

2014-04-29 Thread Eric Blake
On 04/29/2014 09:17 AM, Max Reitz wrote: As the length of a mirror block job no longer directly depends on the size of the block device, drop those checks from this test. Instead, just check whether the final offset equals the block job length. As 041 uses the wait_until_completed function