On Sun, Oct 9, 2016 at 4:56 PM, Nir Soffer <nsoffer(a)redhat.com> wrote:
Hi all,
Network tests issues were fixed by installing missing package in the
docker image.
Switching to Fedora 24 base image, python 3 tests are running now.
Status:
python 2: 2721 tests pass
python 3: 799 tests pass, 2 errors (flakey tests)
Issues:
A test may fail randomly with EINTR, issue seen in local builds, for some
reason we don't see this in jenkins.
The root cause is not waiting for child process in tests, may fail another test.
See
https://travis-ci.org/nirs/vdsm/builds/166201822
Please review:
https://gerrit.ovirt.org/65268
Switching to Fedora image requires these patches, please review:
https://gerrit.ovirt.org/#/q/status:open+project:vdsm+branch:master+topic...
Nir