----- Original Message -----
From: "Nir Soffer" <nsoffer(a)redhat.com>
To: "infra" <infra(a)ovirt.org>
Cc: "Dan Kenigsberg" <danken(a)redhat.com>, "Eyal Edri"
<eedri(a)redhat.com>, "Francesco Romani" <fromani(a)redhat.com>,
"Allon Mureinik" <amureini(a)redhat.com>
Sent: Monday, June 9, 2014 2:44:37 PM
Subject: Python segfault in while running vdsm unittests - first aid
Hi all,
I can confirm what Francesco found - the failure is easily reproduced (100%)
when running make check with the NOSE_WITH_XUNIT=1, and when using latest
nose version from git.
This issue make the failing CI job not only useless, but harmful, wasting
everyone time.
I suggest to remove the NOSE_WITH_XNUNIT flag until nose is fixed.
is there a bug open on nose, any newer version that has a fix for it?
To be more specific - in the shell script running the tests:
1. Disable xunit support
# Nose 1.3.0 and later segatult with this flag
#export NOSE_WITH_XUNIT=1
2. Remove the Publish JUNit test result report, looking for **/nosetests.xml
Better have working tests with bad jenkins integration, then broken tests.
I changed the configuration on jenkins and the builds are successful now :-)
thanks!
Nir