Comment 10 for bug 1938428

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/818349
Committed: https://opendev.org/openstack/neutron/commit/ce54a37dddda7e16563ca098a9422820a2144a44
Submitter: "Zuul (22348)"
Branch: stable/train

commit ce54a37dddda7e16563ca098a9422820a2144a44
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Jul 29 10:30:01 2021 +0000

    Wait until workers have been launched

    In "test_restart_rpc_on_sighup_multiple_workers", the test needs to
    wait until the RPC workers have been properly launched by
    ``oslo_service.service.ProcessLauncher.launch_service``. Once this
    method returns, it is guaranteed that the child worker processes
    are running and the signal process handlers are attending the
    SIGHUP signal that will reset them.

    Conflicts:
        neutron/tests/functional/test_server.py

    Closes-Bug: #1938428
    Change-Id: I1dc56092d099223accc3aefa8e303310c4f6787e
    (cherry picked from commit fafcabdbe0dccf2747884a35f3a094486c806fa6)