Comment 2 for bug 1525856

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