[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Qemu-block] [PATCH v8 00/11] Support streaming to an i
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [Qemu-block] [PATCH v8 00/11] Support streaming to an intermediate layer |
Date: |
Tue, 23 Jun 2015 17:48:39 +0100 |
On Tue, Jun 23, 2015 at 5:09 PM, Alberto Garcia <address@hidden> wrote:
> 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?
Yes, only this test fails. I have pushed my tree here:
https://github.com/stefanha/qemu/commits/berto-intermediate-streaming
I wonder if you see this failure on your machine with my tree.
Stefan
- [Qemu-devel] [PATCH v8 09/11] qemu-iotests: test streaming to an intermediate layer, (continued)
- [Qemu-devel] [PATCH v8 09/11] qemu-iotests: test streaming to an intermediate layer, Alberto Garcia, 2015/06/22
- [Qemu-devel] [PATCH v8 08/11] qemu-iotests: add no-op streaming test, Alberto Garcia, 2015/06/22
- [Qemu-devel] [PATCH v8 10/11] qemu-iotests: test block-stream operations in parallel, Alberto Garcia, 2015/06/22
- [Qemu-devel] [PATCH v8 11/11] qemu-iotests: test overlapping block-stream operations, Alberto Garcia, 2015/06/22
- [Qemu-devel] [PATCH v8 05/11] block: Add QMP support for streaming to an intermediate layer, Alberto Garcia, 2015/06/22
- [Qemu-devel] [PATCH v8 01/11] block: keep a list of block jobs, Alberto Garcia, 2015/06/22
- [Qemu-devel] [PATCH v8 02/11] block: allow block jobs in any arbitrary node, Alberto Garcia, 2015/06/22
- Re: [Qemu-devel] [PATCH v8 00/11] Support streaming to an intermediate layer, Stefan Hajnoczi, 2015/06/23