func test test_reprocess_port_when_ovs_restarts fails from time to time

Bug #1525856 reported by Rossella Sblendido
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Medium
Rossella Sblendido

Bug Description

The functional tests func test test_reprocess_port_when_ovs_restarts fails sporadically with

Traceback (most recent call last):
  File "neutron/agent/linux/polling.py", line 56, in stop
    self._monitor.stop()
  File "neutron/agent/linux/async_process.py", line 131, in stop
    raise AsyncProcessException(_('Process is not running.'))
neutron.agent.linux.async_process.AsyncProcessException: Process is not running.

see for example http://logs.openstack.org/98/202098/30/check/gate-neutron-dsvm-functional/8b49362/testr_results.html.gz

tags: added: functional-tests
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

Fix proposed to branch: master
Review: https://review.openstack.org/257284

Changed in neutron:
assignee: nobody → Rossella Sblendido (rossella-o)
status: New → In Progress
Henry Gessau (gessau)
tags: added: gate-failure
Changed in neutron:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/257284
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9783050e3ea6b9c0201a6d4733d1987839d1df7d
Submitter: Jenkins
Branch: master

commit 9783050e3ea6b9c0201a6d4733d1987839d1df7d
Author: rossella <email address hidden>
Date: Mon Dec 14 12:31:17 2015 +0000

    Don't raise if polling manager is running when stopped

    AsyncProcess.stop() will raise if the process we are trying
    to stop is not running. Some functional tests sporadically
    fail because in the clean up the polling manager is stopped
    without checking if it's still running. Add an except
    in InterfacePollingMinimizer.stop() to avoid raising an
    exception when the monitor is not running.

    Change-Id: Iec8f5039ae5b830836564a1a402ad3e4ba38935d
    Closes-bug: #1525856

Changed in neutron:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.