Comment 11 for bug 1938428

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

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

commit f09e8546a269ef77b62ace4e74fdd014251e08c9
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.

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