Comment 10 for bug 1930367

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/799149
Committed: https://opendev.org/openstack/neutron/commit/3534dc7aed125e9c42b805e891b12ab63ea751bd
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 3534dc7aed125e9c42b805e891b12ab63ea751bd
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Jun 1 07:44:33 2021 +0000

    Use "multiprocessing.Queue" for "TestNeutronServer" related tests

    Instead of using a file to log the processes status and actions,
    "TestNeutronServer" now uses a "multiprocessing.Queue" that is
    safer than writting a single file accross multiple processes.

    Change-Id: I6d04df180cd9b2d593bb99c8d22a60a3534f22a0
    Closes-Bug: #1930367
    (cherry picked from commit da760973be09a98a1fc07c519e74a11899cb4aa5)