[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH v6 02/10] iotests: Improve image-clear tests on
From: |
Eric Blake |
Subject: |
Re: [Qemu-block] [PATCH v6 02/10] iotests: Improve image-clear tests on non-aligned image |
Date: |
Wed, 29 Mar 2017 21:13:29 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 03/13/2017 05:00 PM, Max Reitz wrote:
> On 08.03.2017 03:54, Eric Blake wrote:
>> Tweak 097 and 176 to operate on an image that is not cluster-aligned,
>> to give further coverage of clearing out an entire image.
>>
>> Signed-off-by: Eric Blake <address@hidden>
>>
>> ---
>> v6: new patch
>> ---
>> tests/qemu-iotests/097 | 7 ++++---
>> tests/qemu-iotests/097.out | 24 ++++++++++++------------
>> tests/qemu-iotests/176 | 7 ++++---
>> tests/qemu-iotests/176.out | 24 ++++++++++++------------
>> 4 files changed, 32 insertions(+), 30 deletions(-)
>
> I don't have anything against this patch, but maybe it would be even
> more useful if it wrote some data to the final partial cluster (just an
> idea).
And not a bad one. Kevin said patch 1 and 2 are okay for freeze (if
wanted; but not essential if they miss it), so I'll post v7 soon.
>
> Reviewed-by: Max Reitz <address@hidden>
Of course, testing data written in the final cluster is non-trivial, so
I'll drop your R-b.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
[Qemu-block] [PATCH v6 03/10] qcow2: Assert that cluster operations are aligned, Eric Blake, 2017/03/07
[Qemu-block] [PATCH v6 04/10] qcow2: Discard/zero clusters by byte count, Eric Blake, 2017/03/07
[Qemu-block] [PATCH v6 01/10] iotests: fix 097 when run with qcow, Eric Blake, 2017/03/07
[Qemu-block] [PATCH v6 06/10] blkdebug: Refactor error injection, Eric Blake, 2017/03/07
[Qemu-block] [PATCH v6 07/10] blkdebug: Add pass-through write_zero and discard support, Eric Blake, 2017/03/07