← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1548547] [NEW] Functional tests failing with FAIL: process-returncode

 

Public bug reported:

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.

** Affects: neutron
     Importance: Critical
     Assignee: Assaf Muller (amuller)
         Status: Confirmed


** Tags: functional-tests gate-failure

** Changed in: neutron
     Assignee: (unassigned) => Assaf Muller (amuller)

-- 
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:
  Confirmed

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


Follow ups