<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 6, 2016 at 1:41 PM, Milan Zamazal <span dir="ltr">&lt;<a href="mailto:mzamazal@redhat.com" target="_blank">mzamazal@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">Edward Haas &lt;<a href="mailto:ehaas@redhat.com">ehaas@redhat.com</a>&gt; writes:<br>
<br>
&gt; On Wed, Apr 6, 2016 at 11:39 AM, Milan Zamazal &lt;<a href="mailto:mzamazal@redhat.com">mzamazal@redhat.com</a>&gt; wrote:<br>
&gt;<br>
</span><span class="">&gt;     Thank you, Edward, this is useful not only for CI. I use docker for<br>
&gt;     building Vdsm and running its unit tests and this helped me to get the<br>
&gt;     proper updated set of packages after recent changes in Vdsm.<br>
&gt;<br>
&gt;     BTW, it seems that the following packages should be additionally added<br>
&gt;     for `make check-all&#39;: psmisc, which, python-ioprocess<br>
&gt;<br>
&gt;<br>
&gt; Are you saying that make check is passing on your local machine?<br>
<br>
</span>When I add the packages given above, `make check-all&#39; (as well as `make<br>
check&#39;) works for me except for 4 tests in lib/vdsm/schedule.py that<br>
produce the following errors with `make check-all&#39;:<br>
<br>
    File &quot;/home/pdm/ovirt/vdsm/vdsm-test/lib/vdsm/schedule.py&quot;, line 134, in schedule<br>
      heapq.heappush(self._calls, (deadline, call))<br>
  nose.proxy.TypeError: unorderable types: ScheduledCall() &lt; ScheduledCall()<br>
<br>
    File &quot;/home/pdm/ovirt/vdsm/vdsm-test/tests/scheduleTests.py&quot;, line 160, in test_latency<br>
      med = ticker.latency[len(ticker.latency) / 2]<br>
  nose.proxy.TypeError: list indices must be integers, not float<br>
<br>
Those are probably Python 3 failures that should be fixed in Vdsm.<br>
The docker environment works fine for running the unit tests on my<br>
machine.<br>
</blockquote></div><br></div><div class="gmail_extra">I ran it on Travis CI with your recommended addition, and I am getting this result:<span id="1-9435"> FAILED (SKIP=107, errors=14)</span>: <br></div><div class="gmail_extra">You can view the run here: <a href="https://travis-ci.org/EdDev/vdsm/builds/121117253">https://travis-ci.org/EdDev/vdsm/builds/121117253</a><br><br></div><div class="gmail_extra"><br></div></div>