Am 29.11.2018 um 11:18 hat Vladimir Sementsov-Ogievskiy geschrieben: > This test is broken without previous commit fixing dead-lock in mirror. > > Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com>
--- /home/kwolf/source/qemu/tests/qemu-iotests/235.out 2018-11-30 12:57:11.275937057 +0100 +++ /home/kwolf/source/qemu/tests/qemu-iotests/235.out.bad 2018-11-30 13:17:33.890988974 +0100 @@ -1 +1 @@ -{u'return': {}} +{'return': {}} Failures: 235 Failed 1 of 1 tests I think this is because you use print() (which produces output that is inconsistent between Python 2 and 3) instead of iotests.log(). Kevin