qemu-block
[Top][All Lists]
Advanced

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

Re: io-qcow2 failures on zfs


From: Richard Henderson
Subject: Re: io-qcow2 failures on zfs
Date: Fri, 26 May 2023 08:47:18 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 5/26/23 01:02, Thomas Huth wrote:
What output do you get when running the tests directly? i.e.:

cd tests/qemu-iotests/
./check -qcow2 150

 === Mapping non-sparse conversion ===

 Offset          Length          File
-0               0x100000        TEST_DIR/t.IMGFMT
+0               0x10000         TEST_DIR/t.IMGFMT


./check -qcow2 copy-before-write

+======================================================================
+FAIL: test_timeout_break_guest (__main__.TestCbwError)
+----------------------------------------------------------------------
+Traceback (most recent call last):
+ File "/home/richard.henderson/qemu/src/tests/qemu-iotests/tests/copy-before-write", line 200, in test_timeout_break_guest
+    self.assertEqual(log, """\
+AssertionError: 'write failed: Connection timed out\nwrite f[121 chars]c)\n' != 'wrote 524288/524288 bytes at offset 0\n512 [182 chars]c)\n'


./check -qcow2 244

-[{ "start": 0, "length": 2097152, "depth": 0, "present": true, "zero": false, "data": true, "offset": 0}, +[{ "start": 0, "length": 1048576, "depth": 0, "present": true, "zero": true, "data": true, "offset": 0}, +{ "start": 1048576, "length": 1048576, "depth": 0, "present": true, "zero": false, "data": true, "offset": 1048576}, { "start": 2097152, "length": 2097152, "depth": 0, "present": true, "zero": true, "data": false}, { "start": 4194304, "length": 2097152, "depth": 0, "present": true, "zero": true, "data": false, "offset": 4194304}, -{ "start": 6291456, "length": 60817408, "depth": 0, "present": true, "zero": false, "data": true, "offset": 6291456}] +{ "start": 6291456, "length": 60817408, "depth": 0, "present": true, "zero": true, "data": true, "offset": 6291456}]


r~



reply via email to

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