Reviewed: https://review.opendev.org/c/openstack/neutron/+/802860 Committed: https://opendev.org/openstack/neutron/commit/fafcabdbe0dccf2747884a35f3a094486c806fa6 Submitter: "Zuul (22348)" Branch: master
commit fafcabdbe0dccf2747884a35f3a094486c806fa6 Author: Rodolfo Alonso Hernandez <[email protected]> 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 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1938428 Title: FT "test_restart_rpc_on_sighup_multiple_workers" failing recurrently Status in neutron: Fix Released Bug description: Log: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_c34/786478/17/check/neutron- functional-with-uwsgi/c34cd5f/testr_results.html Snippet: https://paste.opendev.org/show/807783/ Side note. The error message is wrong: "RuntimeError: Expected buffer size: 10, current size: 25". The expected size and the current size are swapped. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1938428/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

