Re: [Qemu-block] [PATCH 4/5] qemu-iotests: Test commit block job where top has two parents

2017-10-05 Thread Kevin Wolf
Am 25.09.2017 um 22:19 hat Eric Blake geschrieben: > On 09/25/2017 07:28 AM, Kevin Wolf wrote: > > +"data": { > > +"compat": "1.1", > > You should make the test specifically exclude compat=0.10 images, or > else have further filtering in place if

Re: [Qemu-block] [PATCH 4/5] qemu-iotests: Test commit block job where top has two parents

2017-09-25 Thread Eric Blake
On 09/25/2017 07:28 AM, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/191 | 152 + > tests/qemu-iotests/191.out | 827 > + > tests/qemu-iotests/group | 1 + > 3 files changed, 980 insertions(+) > create mode

[Qemu-block] [PATCH 4/5] qemu-iotests: Test commit block job where top has two parents

2017-09-25 Thread Kevin Wolf
Signed-off-by: Kevin Wolf --- tests/qemu-iotests/191 | 152 + tests/qemu-iotests/191.out | 827 + tests/qemu-iotests/group | 1 + 3 files changed, 980 insertions(+) create mode 100755 tests/qemu-iotests/191 create mode 100644 tests/qem