qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] qemu-iotests: Backing file tests
@ 2009-07-16 10:08 Kevin Wolf
  2009-07-16 10:08 ` [Qemu-devel] [PATCH 1/4] qemu-iotests: Simple backing file test Kevin Wolf
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Kevin Wolf @ 2009-07-16 10:08 UTC (permalink / raw)
  To: hch; +Cc: Kevin Wolf, qemu-devel

This series adds some patches for backing files to qemu-iotests. It is meant to
be applied on top of the recently posted patch introducing test 016.

Adding these tests adds a few failures for me. I'm fairly sure that these are
real bugs though and not problems with the test cases:

* 018 fails for all formats on git master. This is an qemu-img bug. (Fix was
  posted by Akkarit Sangpetch, but corrupted by his mailer - so it's not yet
  included)
* 019 fails for qcow1. Not sure yet why, but likely a qcow bug.
* 020 fails with vmdk. This is a bug of the vmdk driver which stores its
  backing file pointer in the parent image. Will look into fixing this.

Kevin Wolf (4):
  qemu-iotests: Simple backing file test
  qemu-iotests: Merge backing file when converting
  qemu-iotests: qemu-img convert with backing file
  qemu-iotests: Commit to backing file

 017            |  102 ++++++
 017.out        | 1077 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 018            |  105 ++++++
 018.out        | 1077 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 019            |  116 ++++++
 019.out        | 1081 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 020            |  107 ++++++
 020.out        | 1078 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 common.pattern |   15 +
 common.rc      |    1 +
 group          |    4 +
 11 files changed, 4763 insertions(+), 0 deletions(-)
 create mode 100755 017
 create mode 100644 017.out
 create mode 100755 018
 create mode 100644 018.out
 create mode 100755 019
 create mode 100644 019.out
 create mode 100755 020
 create mode 100644 020.out

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-07-16 18:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-16 10:08 [Qemu-devel] [PATCH 0/4] qemu-iotests: Backing file tests Kevin Wolf
2009-07-16 10:08 ` [Qemu-devel] [PATCH 1/4] qemu-iotests: Simple backing file test Kevin Wolf
2009-07-16 10:08 ` [Qemu-devel] [PATCH 2/4] qemu-iotests: Merge backing file when converting Kevin Wolf
2009-07-16 10:08 ` [Qemu-devel] [PATCH 3/4] qemu-iotests: qemu-img convert with backing file Kevin Wolf
2009-07-16 10:09 ` [Qemu-devel] [PATCH 4/4] qemu-iotests: Commit to " Kevin Wolf
2009-07-16 13:20 ` [Qemu-devel] [PATCH 0/4] qemu-iotests: Backing file tests Blue Swirl
2009-07-16 13:28   ` Kevin Wolf
2009-07-16 16:48     ` Christoph Hellwig
2009-07-16 16:11   ` [Qemu-devel] " Ben Pfaff
2009-07-16 16:48     ` Christoph Hellwig
2009-07-16 17:16 ` Christoph Hellwig
2009-07-16 18:00   ` malc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).