Reviewed: https://review.opendev.org/719765 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8fd3e884c7953645862663400af181ba233ec28f Submitter: Zuul Branch: master
commit 8fd3e884c7953645862663400af181ba233ec28f Author: Lucian Petrut <[email protected]> Date: Tue Apr 14 11:25:18 2020 +0300 windows: fix terminating processes The neutron Windows exec call helper doesn't properly handle the situation in which the process that it's trying to kill was already terminated, in which case using wmi to fetch the process can raise an exception. This change ensures that those WMI exceptions will be properly handled. Closes-Bug: 1872663 Change-Id: I00c810fe541ac5e1e9923155fe90eb07a0b4b3dd ** Changed in: neutron Status: In Progress => 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/1872663 Title: Failing to terminate Windows processes Status in neutron: Fix Released Bug description: The neutron Windows exec call helper doesn't properly handle the situation in which the process that it's trying to kill was already terminated, in which case using WMI to fetch the process can raise an exception. Trace: http://paste.openstack.org/raw/790116/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1872663/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

