qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] qemu-iotests: Backing file tests


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 0/4] qemu-iotests: Backing file tests
Date: Thu, 16 Jul 2009 12:08:56 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]