yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #80175
[Bug 1842659] Re: Funtional tests of start and restart services failing 100% times
Reviewed: https://review.opendev.org/684977
Committed: https://git.openstack.org/cgit/openstack/networking-sfc/commit/?id=0644862c8beedd902a7d739be524699edc9b61d3
Submitter: Zuul
Branch: master
commit 0644862c8beedd902a7d739be524699edc9b61d3
Author: Slawek Kaplonski <skaplons@xxxxxxxxxx>
Date: Thu Sep 26 11:06:41 2019 +0200
[Functional tests] Fix SIGHUP handling tests
Tests in networking_sfc.functional.test_server module are testing how
service is handling SIGHUP signal.
Recently this was changed in Oslo.service with [1] and our tests
were failing because they were still expecting that after sending
SIGHUP to the process, stop() and than start() method will be called.
But as our services uses "mutate" as restart method, since [1] such
process don't executes stop() and start() after SIGHUP. It now executes
only reset() method.
Similar change was recently done in Neutron's functional tests in [2].
This patch reflects that change in networking-sfc functional tests.
[1] https://review.opendev.org/#/c/641907/
[2] https://review.opendev.org/#/c/680001/
Change-Id: I22629c59da983f47ef8b1862afb9a62bdfd78b02
Closes-Bug: #1842659
** Changed in: networking-sfc
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/1842659
Title:
Funtional tests of start and restart services failing 100% times
Status in networking-sfc:
Fix Released
Status in neutron:
Fix Released
Bug description:
Tests like:
neutron.tests.functional.test_server.TestPluginWorker.test_start
neutron.tests.functional.test_server.TestRPCServer.test_restart_rpc_on_sighup_multiple_workers
neutron.tests.functional.test_server.TestWsgiServer.test_restart_wsgi_on_sighup_multiple_workers
are now failing 100% of times since today.
Example of failures:
https://storage.gra1.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/logs_17/679917/1/check
/neutron-functional-python27/caf3c2b/testr_results.html.gz
To manage notifications about this bug go to:
https://bugs.launchpad.net/networking-sfc/+bug/1842659/+subscriptions
References