Comment 5 for bug 1494363

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/222556
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=470a7d8a106a274e06fb1311c6738f333a98f59c
Submitter: Jenkins
Branch: master

commit 470a7d8a106a274e06fb1311c6738f333a98f59c
Author: IWAMOTO Toshihiro <email address hidden>
Date: Fri Sep 11 19:01:20 2015 +0900

    AsyncProcess: try to kill tender

    _kill_process kills processes with SIGKILL, which prevents the
    processes' cleanup from running. Issue SIGTERM first and wait a bit.

    Change-Id: Ie7b94011bbd11b1d672c95e3be19bb3c84ef77ec
    Closes-bug: 1494363