Comment 6 for bug 967931

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

Reviewed: https://review.openstack.org/6865
Committed: http://github.com/openstack/nova/commit/3d28e3d3f9cc755389c933e86b9be1edf8ba1dc3
Submitter: Jenkins
Branch: master

commit 3d28e3d3f9cc755389c933e86b9be1edf8ba1dc3
Author: Dan Prince <email address hidden>
Date: Fri Apr 27 09:36:34 2012 -0400

    Make KillFilter to handle 'deleted' w/o rstrip.

    The initial code for this fixed used rstrip incorrectly.
    This implementation uses endswith and rindex instead
    and should read a bit more easily.

    Also added a unit test to test that 'deleted' exe's are
    filtered correctly.

    Fixes LP Bug #967931.

    Change-Id: I1783a8e2d59edd35734673b23e295f5a0b80b988