On Mon, Jun 4, 2018 at 6:56 PM Dan Kenigsberg <danken@redhat.com> wrote:
On Tue, May 8, 2018 at 11:59 AM, Nir Soffer <nsoffer@redhat.com> wrote:
> There are several issues:
>
> 1. coverage fail after this patch:
> https://github.com/oVirt/vdsm/commit/6b905c2c134bcf344961d28eefbd05f2838d2ec8
>
> https://travis-ci.org/oVirt/vdsm/builds/366574414
> ...
> pwd
> /vdsm/tests
> ls .cov*
> ls: cannot access .cov*: No such file or directory
> make[1]: *** [check] Error 2
> make[1]: Leaving directory `/vdsm/tests'

That was me, sorry. This should solve it: https://gerrit.ovirt.org/#/c/91925/
Thanks! 

BTW, on my fc28 I see TestCountClusters.test_multiple_blocks failing with

E           Error: Command ['/usr/bin/qemu-img', 'map', '--output',
'json', '/var/tmp/vdsm/test_multiple_blocks0/test'] failed with rc=-6
out='' err="qemu-img:
/builddir/build/BUILD/qemu-2.12.0-rc1/qemu-img.c:2680:
get_block_status: Assertion `bytes' failed.\n"

Any idea what's that?

Looks like qemu-img bug.

Can you file a qemu-img bug?

Nir