qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH v8 00/11] Support streaming to an intermediate l


From: Alberto Garcia
Subject: Re: [Qemu-block] [PATCH v8 00/11] Support streaming to an intermediate layer
Date: Tue, 23 Jun 2015 18:09:08 +0200
User-agent: Notmuch/0.13.2 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu)

On Tue 23 Jun 2015 05:36:32 PM CEST, Stefan Hajnoczi wrote:

> Did you try qemu-iotests?  I'm still getting:
>
> 030 11s ... [failed, exit status 1] - output mismatch (see
> 030.out.bad)

Yes, it works fine here.

> +Traceback (most recent call last):
> +  File "030", line 202, in test_stream_parallel
> +    self.assert_qmp(result, 'return', {})

This creates several streaming operations in parallel. That particular
line just checks the return value of each block-stream command.

> +  File "/home/stefanha/qemu/tests/qemu-iotests/iotests.py", line 286, in 
> assert_qmp
> +    result = self.dictpath(d, path)
> +  File "/home/stefanha/qemu/tests/qemu-iotests/iotests.py", line 265, in 
> dictpath
> +    self.fail('failed path traversal for "%s" in "%s"' % (path, str(d)))
> +AssertionError: failed path traversal for "return" in "None"
> +
>  ----------------------------------------------------------------------
>  Ran 17 tests

It seems that self.vm.qmp('block-stream', ...) is returning None in your
case. Is that the only test that is failing?

Berto



reply via email to

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