qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] iotest 141 fails with qed
@ 2019-07-17 12:35 Thomas Huth
  2019-07-17 12:40 ` Max Reitz
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2019-07-17 12:35 UTC (permalink / raw)
  To: QEMU Developers, Qemu-block, Max Reitz, Kevin Wolf, Stefan Hajnoczi

FWIW, I've got a new iotest failure with current master branch:

$ ./check -qed 141
QEMU          -- "/tmp/qemu/tests/qemu-iotests/../../x86_64-softmmu/qemu-system-x86_64" -nodefaults -machine accel=qtest
QEMU_IMG      -- "/tmp/qemu/tests/qemu-iotests/../../qemu-img" 
QEMU_IO       -- "/tmp/qemu/tests/qemu-iotests/../../qemu-io"  --cache writeback -f qed
QEMU_NBD      -- "/tmp/qemu/tests/qemu-iotests/../../qemu-nbd" 
IMGFMT        -- qed
IMGPROTO      -- file
PLATFORM      -- Linux/x86_64 thuth 3.10.0-957.21.3.el7.x86_64
TEST_DIR      -- /tmp/qemu/tests/qemu-iotests/scratch
SOCKET_SCM_HELPER -- /tmp/qemu/tests/qemu-iotests/socket_scm_helper

141      fail       [14:31:35] [14:31:36]                    output mismatch (see 141.out.bad)
--- /home/thuth/devel/qemu/tests/qemu-iotests/141.out	2019-07-15 17:37:59.000000000 +0200
+++ /tmp/qemu/tests/qemu-iotests/141.out.bad	2019-07-17 14:31:36.142127948 +0200
@@ -42,9 +42,9 @@
 {"return": {}}
 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "job0"}}
 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "job0"}}
-{"return": {}}
 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "job0"}}
 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "BLOCK_JOB_READY", "data": {"device": "job0", "len": 0, "offset": 0, "speed": 0, "type": "commit"}}
+{"return": {}}
 {"error": {"class": "GenericError", "desc": "Node 'drv0' is busy: block device is in use by block job: commit"}}
 {"return": {}}
 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job0"}}
Failures: 141
Failed 1 of 1 tests

IIRC this was working fine two months ago (at least I don't remember
having seen it at that point in time).

 Thomas


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

* Re: [Qemu-devel] iotest 141 fails with qed
  2019-07-17 12:35 [Qemu-devel] iotest 141 fails with qed Thomas Huth
@ 2019-07-17 12:40 ` Max Reitz
  0 siblings, 0 replies; 2+ messages in thread
From: Max Reitz @ 2019-07-17 12:40 UTC (permalink / raw)
  To: Thomas Huth, QEMU Developers, Qemu-block, Kevin Wolf, Stefan Hajnoczi


[-- Attachment #1.1: Type: text/plain, Size: 2356 bytes --]

On 17.07.19 14:35, Thomas Huth wrote:
> FWIW, I've got a new iotest failure with current master branch:
> 
> $ ./check -qed 141
> QEMU          -- "/tmp/qemu/tests/qemu-iotests/../../x86_64-softmmu/qemu-system-x86_64" -nodefaults -machine accel=qtest
> QEMU_IMG      -- "/tmp/qemu/tests/qemu-iotests/../../qemu-img" 
> QEMU_IO       -- "/tmp/qemu/tests/qemu-iotests/../../qemu-io"  --cache writeback -f qed
> QEMU_NBD      -- "/tmp/qemu/tests/qemu-iotests/../../qemu-nbd" 
> IMGFMT        -- qed
> IMGPROTO      -- file
> PLATFORM      -- Linux/x86_64 thuth 3.10.0-957.21.3.el7.x86_64
> TEST_DIR      -- /tmp/qemu/tests/qemu-iotests/scratch
> SOCKET_SCM_HELPER -- /tmp/qemu/tests/qemu-iotests/socket_scm_helper
> 
> 141      fail       [14:31:35] [14:31:36]                    output mismatch (see 141.out.bad)
> --- /home/thuth/devel/qemu/tests/qemu-iotests/141.out	2019-07-15 17:37:59.000000000 +0200
> +++ /tmp/qemu/tests/qemu-iotests/141.out.bad	2019-07-17 14:31:36.142127948 +0200
> @@ -42,9 +42,9 @@
>  {"return": {}}
>  {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "job0"}}
>  {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "job0"}}
> -{"return": {}}
>  {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "job0"}}
>  {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "BLOCK_JOB_READY", "data": {"device": "job0", "len": 0, "offset": 0, "speed": 0, "type": "commit"}}
> +{"return": {}}
>  {"error": {"class": "GenericError", "desc": "Node 'drv0' is busy: block device is in use by block job: commit"}}
>  {"return": {}}
>  {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job0"}}
> Failures: 141
> Failed 1 of 1 tests
> 
> IIRC this was working fine two months ago (at least I don't remember
> having seen it at that point in time).

You are correct.

Vladimir proposed a fix for this:

https://lists.nongnu.org/archive/html/qemu-block/2019-05/msg00982.html

But he never sent a patch, so I guess I’ll have to make it a patch, then.

Max


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2019-07-17 12:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-17 12:35 [Qemu-devel] iotest 141 fails with qed Thomas Huth
2019-07-17 12:40 ` Max Reitz

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).