[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH 2/2] qemu-iotests: add reducing image test in 02
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-block] [PATCH 2/2] qemu-iotests: add reducing image test in 025 |
Date: |
Thu, 1 Jun 2017 11:14:16 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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 <address@hidden>
> >---
> > 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-block] [PATCH 2/2] qemu-iotests: add reducing image test in 025,
Kevin Wolf <=