Re: [Qemu-devel] [PATCH for-4.2 13/13] iotests: Test qcow2's snapshot table handling

2019-07-31 Thread Max Reitz
On 30.07.19 21:56, Eric Blake wrote: > On 7/30/19 12:25 PM, Max Reitz wrote: >> Add a test how our qcow2 driver handles extra data in snapshot table >> entries, and how it repairs overly long snapshot tables. > > May need tweaking if we drop 9 and 10. > >> >> Signed-off-by: Max Reitz >> --- >>

Re: [Qemu-devel] [PATCH for-4.2 13/13] iotests: Test qcow2's snapshot table handling

2019-07-30 Thread Eric Blake
On 7/30/19 12:25 PM, Max Reitz wrote: > Add a test how our qcow2 driver handles extra data in snapshot table > entries, and how it repairs overly long snapshot tables. May need tweaking if we drop 9 and 10. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/261 | 449 +

[Qemu-devel] [PATCH for-4.2 13/13] iotests: Test qcow2's snapshot table handling

2019-07-30 Thread Max Reitz
Add a test how our qcow2 driver handles extra data in snapshot table entries, and how it repairs overly long snapshot tables. Signed-off-by: Max Reitz --- tests/qemu-iotests/261 | 449 + tests/qemu-iotests/261.out | 321 ++ tests/qe