[PATCH 0/8] iotests skipping

Vladimir Sementsov-Ogievskiy posted 8 patches 5 years, 6 months ago
Test asan passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200430124713.3067-1-vsementsov@virtuozzo.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/041       |  8 ----
tests/qemu-iotests/055       | 74 ++++++++++++++++++++----------------
tests/qemu-iotests/055.out   |  4 +-
tests/qemu-iotests/082       |  1 +
tests/qemu-iotests/091       |  2 +-
tests/qemu-iotests/109       |  1 +
tests/qemu-iotests/113       |  4 +-
tests/qemu-iotests/148       |  1 +
tests/qemu-iotests/common.rc | 37 +++++++++++++++++-
9 files changed, 84 insertions(+), 48 deletions(-)
[PATCH 0/8] iotests skipping
Posted by Vladimir Sementsov-Ogievskiy 5 years, 6 months ago
Hi all!

This series adds a bit more support for iotests skipping due to format
whitelisting. Not pretend to be something complete. It just lay in its
folder I don't know how much time, I forgot to send it.

Still, now I've rebased it on master, let's take them, they are useful.

Vladimir Sementsov-Ogievskiy (8):
  iotests: handle tmpfs
  iotests/082: require bochs
  iotests/148: use skip_if_unsupported
  iotests/041: drop self.assert_no_active_block_jobs()
  iotests/055: refactor compressed backup to vmdk
  iotests/055: skip vmdk target tests if vmdk is not whitelisted
  iotests/109: mark required formats as required to support whitelisting
  iotests/113: mark bochs as required to support whitelisting

 tests/qemu-iotests/041       |  8 ----
 tests/qemu-iotests/055       | 74 ++++++++++++++++++++----------------
 tests/qemu-iotests/055.out   |  4 +-
 tests/qemu-iotests/082       |  1 +
 tests/qemu-iotests/091       |  2 +-
 tests/qemu-iotests/109       |  1 +
 tests/qemu-iotests/113       |  4 +-
 tests/qemu-iotests/148       |  1 +
 tests/qemu-iotests/common.rc | 37 +++++++++++++++++-
 9 files changed, 84 insertions(+), 48 deletions(-)

-- 
2.21.0


Re: [PATCH 0/8] iotests skipping
Posted by Kevin Wolf 5 years, 6 months ago
Am 30.04.2020 um 14:47 hat Vladimir Sementsov-Ogievskiy geschrieben:
> Hi all!
> 
> This series adds a bit more support for iotests skipping due to format
> whitelisting. Not pretend to be something complete. It just lay in its
> folder I don't know how much time, I forgot to send it.
> 
> Still, now I've rebased it on master, let's take them, they are useful.

I agree. They are certainly not complete by any means, but let's just
take what we already have.

Thanks, applied to the block branch.

Kevin


Re: [PATCH 0/8] iotests skipping
Posted by Vladimir Sementsov-Ogievskiy 5 years, 6 months ago
04.05.2020 19:32, Kevin Wolf wrote:
> Am 30.04.2020 um 14:47 hat Vladimir Sementsov-Ogievskiy geschrieben:
>> Hi all!
>>
>> This series adds a bit more support for iotests skipping due to format
>> whitelisting. Not pretend to be something complete. It just lay in its
>> folder I don't know how much time, I forgot to send it.
>>
>> Still, now I've rebased it on master, let's take them, they are useful.
> 
> I agree. They are certainly not complete by any means, but let's just
> take what we already have.
> 
> Thanks, applied to the block branch.
> 

Great! Thank you!


-- 
Best regards,
Vladimir