From: Max Reitz <mreitz@redhat.com>
To: Eric Blake <eblake@redhat.com>, qemu-block@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>,
qemu-devel@nongnu.org, Jeff Cody <jcody@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v3] iotests: Add test for dataplane mirroring
Date: Fri, 29 Sep 2017 20:08:43 +0200 [thread overview]
Message-ID: <c08cfd7e-c459-8ddf-a81c-fbe31ecfeac3@redhat.com> (raw)
In-Reply-To: <cf6e8f28-760c-57ae-184b-d9b07c28f0f2@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1068 bytes --]
On 2017-09-29 19:33, Eric Blake wrote:
> On 09/29/2017 12:08 PM, Max Reitz wrote:
>> Signed-off-by: Max Reitz <mreitz@redhat.com>
>> ---
>> v3: Make the test actually pass (the reference output from v2 only
>> worked with v1 of the test...)
>> ---
>> tests/qemu-iotests/127 | 97 ++++++++++++++++++++++++++++++++++++++++++++++
>> tests/qemu-iotests/127.out | 14 +++++++
>> tests/qemu-iotests/group | 1 +
>> 3 files changed, 112 insertions(+)
>> create mode 100755 tests/qemu-iotests/127
>> create mode 100644 tests/qemu-iotests/127.out
>>
>
>> +_cleanup()
>> +{
>> + _cleanup_qemu
>> + _cleanup_test_img
>> + _rm_test_img "$TEST_IMG.overlay0"
>> + _rm_test_img "$TEST_IMG.overlay1"
>> +}
>> +trap "_cleanup; exit \$status" 0 1 2 3 15
>
> Semantic conflict with Jeff's patches for './check -s' to preserve
> intermediate files. Otherwise,
> Reviewed-by: Eric Blake <eblake@redhat.com>
True, but as long as v4 of his series is not around, I feel OK to put
the burden of having to rebase on him. :-)
Max
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 512 bytes --]
next prev parent reply other threads:[~2017-09-29 18:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-29 17:08 [Qemu-devel] [PATCH v3] iotests: Add test for dataplane mirroring Max Reitz
2017-09-29 17:33 ` Eric Blake
2017-09-29 18:08 ` Max Reitz [this message]
2017-09-29 18:16 ` Eric Blake
2017-10-09 16:41 ` Max Reitz
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=c08cfd7e-c459-8ddf-a81c-fbe31ecfeac3@redhat.com \
--to=mreitz@redhat.com \
--cc=eblake@redhat.com \
--cc=jcody@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-block@nongnu.org \
--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).