Comment 8 for bug 1838793

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

Reviewed: https://review.opendev.org/754938
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=996aa45e1363fca4b9ffec6bb3ab9c07e42ffc8e
Submitter: Zuul
Branch: master

commit 996aa45e1363fca4b9ffec6bb3ab9c07e42ffc8e
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Sep 30 14:20:23 2020 +0000

    Capture timeout exception when deleting NamespaceFixture

    Until the related bug is fixed, if the namespace created in a
    NamespaceFixture cannot be deleted due to a timeout exception,
    the exception will be dismissed and a warning message logged.

    The leftover namespace will not affect other test cases.

    Change-Id: Idb262024ca74aaa924525150e610642f493c5dc4
    Related-Bug: #1838793