← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1360719] [NEW] unit test test_killed_worker_recover taking 160 seconds

 

Public bug reported:

nova patch https://review.openstack.org/#/c/104099/ caused the following
unit tests to take 160 seconds:

nova.tests.integrated.test_multiprocess_api.MultiprocessWSGITest.test_killed_worker_recover
nova.tests.integrated.test_multiprocess_api.MultiprocessWSGITestV3.test_killed_worker_recover


This is because Server.wait() now waits for all workers to finish, but test_killed_worker_recover doesn't attempt to kill the workers like some of the other tests in MultiprocessWSGITest

** Affects: nova
     Importance: High
     Assignee: Joe Gordon (jogo)
         Status: Triaged

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1360719

Title:
  unit test test_killed_worker_recover taking 160 seconds

Status in OpenStack Compute (Nova):
  Triaged

Bug description:
  nova patch https://review.openstack.org/#/c/104099/ caused the
  following unit tests to take 160 seconds:

  nova.tests.integrated.test_multiprocess_api.MultiprocessWSGITest.test_killed_worker_recover
  nova.tests.integrated.test_multiprocess_api.MultiprocessWSGITestV3.test_killed_worker_recover

  
  This is because Server.wait() now waits for all workers to finish, but test_killed_worker_recover doesn't attempt to kill the workers like some of the other tests in MultiprocessWSGITest

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1360719/+subscriptions


Follow ups

References