Re: [Qemu-devel] [PATCH v5 11/11] iotests: add iotest 236 for testing bitmap merge

2018-12-20 Thread John Snow
On 12/19/18 10:02 PM, Eric Blake wrote: > On 12/19/18 8:29 PM, John Snow wrote: >> New interface, new smoke test. >> >> Signed-off-by: John Snow >> --- >>   tests/qemu-iotests/236 | 161 + >>   tests/qemu-iotests/236.out | 351 + >>   tests/

Re: [Qemu-devel] [PATCH v5 11/11] iotests: add iotest 236 for testing bitmap merge

2018-12-20 Thread John Snow
On 12/20/18 7:12 AM, Vladimir Sementsov-Ogievskiy wrote: > 20.12.2018 5:29, John Snow wrote: >> New interface, new smoke test. >> >> Signed-off-by: John Snow >> --- > > [...] > >> +# A: 7 clusters >> +# B: 4 clusters >> +# C: 6 clusters >> +log(query_bitmaps(vm), indent=2) >>

Re: [Qemu-devel] [PATCH v5 11/11] iotests: add iotest 236 for testing bitmap merge

2018-12-20 Thread Vladimir Sementsov-Ogievskiy
20.12.2018 5:29, John Snow wrote: > New interface, new smoke test. > > Signed-off-by: John Snow > --- [...] > +# A: 7 clusters > +# B: 4 clusters > +# C: 6 clusters > +log(query_bitmaps(vm), indent=2) > + > +log('\n--- Submitting Bad Merge ---\n') aha, spent some time, tryi

Re: [Qemu-devel] [PATCH v5 11/11] iotests: add iotest 236 for testing bitmap merge

2018-12-19 Thread Eric Blake
On 12/19/18 8:29 PM, John Snow wrote: New interface, new smoke test. Signed-off-by: John Snow --- tests/qemu-iotests/236 | 161 + tests/qemu-iotests/236.out | 351 + tests/qemu-iotests/group | 1 + 3 files changed, 513 insertions(

[Qemu-devel] [PATCH v5 11/11] iotests: add iotest 236 for testing bitmap merge

2018-12-19 Thread John Snow
New interface, new smoke test. Signed-off-by: John Snow --- tests/qemu-iotests/236 | 161 + tests/qemu-iotests/236.out | 351 + tests/qemu-iotests/group | 1 + 3 files changed, 513 insertions(+) create mode 100755 tests/qemu-iotests/23