Re: [PATCH v2 14/17] iotests/image-fleecing: switch to qemu_io()

2022-03-25 Thread Hanna Reitz
On 24.03.22 19:30, John Snow wrote: This test expects failure ... but only sometimes. When? Why? It's for reads of a region not defined by a bitmap. Ah, yes, right.  The bitmaps defines what regions are to be backed up, so other regions are not covered by the fleecing scheme, and might be in

Re: [PATCH v2 14/17] iotests/image-fleecing: switch to qemu_io()

2022-03-24 Thread Eric Blake
On Thu, Mar 24, 2022 at 02:30:15PM -0400, John Snow wrote: > This test expects failure ... but only sometimes. When? Why? > > It's for reads of a region not defined by a bitmap. Adjust the test to > be more explicit about what it expects to fail and why. > > Signed-off-by: John Snow > --- > tes

[PATCH v2 14/17] iotests/image-fleecing: switch to qemu_io()

2022-03-24 Thread John Snow
This test expects failure ... but only sometimes. When? Why? It's for reads of a region not defined by a bitmap. Adjust the test to be more explicit about what it expects to fail and why. Signed-off-by: John Snow --- tests/qemu-iotests/tests/image-fleecing | 28 + 1 file