yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47589
[Bug 1548547] Re: Functional tests failing with FAIL: process-returncode
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1548547
Title:
Functional tests failing with FAIL: process-returncode
Status in neutron:
Fix Released
Bug description:
After https://review.openstack.org/#/c/277813/, we started seeing
failures in the functional job. The root cause is that the patch is
using self.addOnException, and it looks like if the method that is
invoked on exception itself raises an exception, testr freaks out and
fails the test. I think that in this particular case, the method
(collect_debug_info) may be executed out of order, after test clean
ups already occur so namespaces fixtures are already cleaned up.
Example trace:
http://paste.openstack.org/show/487818/
Failure rate seems to be hovering around 80% in the last couple of
days.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1548547/+subscriptions
References