Am 31.05.2017 um 16:54 hat Pavel Butsykin geschrieben: > On 31.05.2017 17:43, Pavel Butsykin wrote: > >Signed-off-by: Pavel Butsykin <pbutsy...@virtuozzo.com> > >--- > > tests/qemu-iotests/025 | 19 +++++++++++++++++-- > > tests/qemu-iotests/025.out | 12 +++++++++++- > > 2 files changed, 28 insertions(+), 3 deletions(-) > > > >diff --git a/tests/qemu-iotests/025 b/tests/qemu-iotests/025 > >index f5e672e6b3..658601579b 100755 > >--- a/tests/qemu-iotests/025 > >+++ b/tests/qemu-iotests/025 > >@@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 > > . ./common.filter > > . ./common.pattern > >-_supported_fmt raw qcow2 qed > >+_supported_fmt raw qcow2 > > I'm not sure, can I so blatantly drop QED here. But this place is very > suitable for reduce image case. Perhaps the alternative would be adding > a new test, I just didn't want to copy the tests, which are testing > almost the same thing.
I think it's better to have a separate test case for shrinking, so that we don't damage the test coverage of qed. The resulting new patch would be a very small one, but that's okay. Kevin