From: Kevin Wolf <kwolf@redhat.com>
To: hch@lst.de
Cc: Kevin Wolf <kwolf@redhat.com>, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/3] qemu-iotests: Variable cluster size
Date: Mon, 28 Sep 2009 14:06:30 +0200 [thread overview]
Message-ID: <1254139592-4061-1-git-send-email-kwolf@redhat.com> (raw)
Currently, all qcow2 tests align their test requests to hit the critical spots
in images that use 4k clusters. By default we are using 64k clusters now for a
while, so we need to make the tests more dynamic.
This patch series makes the cluster size variable in some of the generic code
like common.pattern and adds a test case for the non-4k cluster case.
Kevin Wolf (3):
qemu-iotests: Align test requests according to cluster size
qemu-iotests: 019: Make cluster size dynamic
qemu-iotests: Tests on non-4k clusters
013 | 9 +-
013.out | 682 +-
014 | 6 +-
014.out | 818 +-
019 | 13 +-
019.out | 4 +-
022 | 5 +-
022.out | 138 +-
023 | 119 +
023.out |25706 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common.pattern | 69 +-
common.rc | 4 +
group | 1 +
13 files changed, 26709 insertions(+), 865 deletions(-)
mode change 100644 => 100755 021
create mode 100755 023
create mode 100644 023.out
next reply other threads:[~2009-09-28 12:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-28 12:06 Kevin Wolf [this message]
2009-09-28 12:06 ` [Qemu-devel] [PATCH 1/3] qemu-iotests: Align test requests according to cluster size Kevin Wolf
2009-09-28 12:06 ` [Qemu-devel] [PATCH 2/3] qemu-iotests: 019: Make cluster size dynamic Kevin Wolf
2009-09-28 12:13 ` [Qemu-devel] [PATCH 3/3] qemu-iotests: Tests on non-4k clusters Kevin Wolf
2009-10-01 17:47 ` [Qemu-devel] [PATCH 0/3] qemu-iotests: Variable cluster size Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1254139592-4061-1-git-send-email-kwolf@redhat.com \
--to=kwolf@redhat.com \
--cc=hch@lst.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).