From: Peter Maydell <peter.maydell@linaro.org>
To: Kevin Wolf <kwolf@redhat.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>,
Qemu-block <qemu-block@nongnu.org>
Subject: Re: [PULL 0/2] block: Fix iotests to respect configured Python binary
Date: Tue, 2 Feb 2021 13:44:42 +0000 [thread overview]
Message-ID: <CAFEAcA8aSmZLEQzwnaEJzj7EYcJHq2PuSKd_pKJfRWmPT1Bf7w@mail.gmail.com> (raw)
In-Reply-To: <20210202114123.GB5184@merkur.fritz.box>
On Tue, 2 Feb 2021 at 11:41, Kevin Wolf <kwolf@redhat.com> wrote:
> In any case, the output for 127 must be different because it doesn't use
> the Python framework. Can you post the diff for that one?
Here it is:
127 ... [11:11:02] ... ^M TEST
iotest-qcow2: 127 [fail]
QEMU --
"/home/qemu/qemu-test.7IGXol/build/tests/qemu-iotests/../../qemu-system-xtensaeb"
-nodefaults -display none -accel qtest
QEMU_IMG --
"/home/qemu/qemu-test.7IGXol/build/tests/qemu-iotests/../../qemu-img"
QEMU_IO --
"/home/qemu/qemu-test.7IGXol/build/tests/qemu-iotests/../../qemu-io"
--cache writeback --aio threads -f qcow2
QEMU_NBD --
"/home/qemu/qemu-test.7IGXol/build/tests/qemu-iotests/../../qemu-nbd"
IMGFMT -- qcow2
IMGPROTO -- file
PLATFORM -- NetBSD/amd64 localhost 9.1
TEST_DIR -- /home/qemu/qemu-test.7IGXol/build/tests/qemu-iotests/scratch
SOCK_DIR -- /tmp/tmp_q9bk8l6
SOCKET_SCM_HELPER --
--- /home/qemu/qemu-test.7IGXol/src/tests/qemu-iotests/127.out
+++ 127.out.bad
@@ -5,29 +5,3 @@
wrote 42/42 bytes at offset 0
42 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
{ 'execute': 'qmp_capabilities' }
-{"return": {}}
-{ 'execute': 'drive-mirror',
- 'arguments': {
- 'job-id': 'mirror',
- 'device': 'source',
- 'target': 'TEST_DIR/t.IMGFMT.overlay1',
- 'mode': 'existing',
- 'sync': 'top'
- } }
-{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP},
"event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id":
"mirror"}}
-{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP},
"event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id":
"mirror"}}
-{"return": {}}
-{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP},
"event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id":
"mirror"}}
-{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP},
"event": "BLOCK_JOB_READY", "data": {"device": "mirror", "len": 65536,
"offset": 65536, "speed": 0, "type": "mirror"}}
-{ 'execute': 'block-job-complete',
- 'arguments': { 'device': 'mirror' } }
-{"return": {}}
-{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP},
"event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id":
"mirror"}}
-{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP},
"event": "JOB_STATUS_CHANGE", "data": {"status": "pending", "id":
"mirror"}}
-{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP},
"event": "BLOCK_JOB_COMPLETED", "data": {"device": "mirror", "len":
65536, "offset": 65536, "speed": 0, "type": "mirror"}}
-{ 'execute': 'quit' }
-{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP},
"event": "JOB_STATUS_CHANGE", "data": {"status": "concluded", "id":
"mirror"}}
-{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP},
"event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id":
"mirror"}}
-{"return": {}}
-{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP},
"event": "SHUTDOWN", "data": {"guest": false, "reason":
"host-qmp-quit"}}
-*** done
133 ... [11:11:02] ... ^M TEST
iotest-qcow2: 133
134 ... [11:11:03] ... ^M TEST
iotest-qcow2: 134
(etc)
thanks
-- PMM
prev parent reply other threads:[~2021-02-02 14:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-29 14:52 [PULL 0/2] block: Fix iotests to respect configured Python binary Kevin Wolf
2021-01-29 14:52 ` [PULL 1/2] iotests/testrunner: fix recognition of python tests Kevin Wolf
2021-01-29 14:52 ` [PULL 2/2] tests/Makefile.include: export PYTHON for check-block.sh Kevin Wolf
2021-01-29 16:13 ` [PULL 0/2] block: Fix iotests to respect configured Python binary Peter Maydell
2021-01-29 17:17 ` Kevin Wolf
2021-02-01 8:36 ` Vladimir Sementsov-Ogievskiy
2021-01-29 17:22 ` Peter Maydell
2021-02-01 21:43 ` Peter Maydell
2021-02-02 9:47 ` Peter Maydell
2021-02-02 11:41 ` Kevin Wolf
2021-02-02 12:43 ` Vladimir Sementsov-Ogievskiy
2021-02-02 13:44 ` Peter Maydell [this message]
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=CAFEAcA8aSmZLEQzwnaEJzj7EYcJHq2PuSKd_pKJfRWmPT1Bf7w@mail.gmail.com \
--to=peter.maydell@linaro.org \
--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).