← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1558819] [NEW] Fullstack linux bridge agent sometimes refuses to die during test clean up, failing the test

 

Public bug reported:

Paste of failure:
http://paste.openstack.org/show/491014/

When looking at the LB agent logs, you start seeing RPC errors as
neutron-server is unable to access the DB. What's happening is that
fullstack times out trying to kill the LB agent and moves on to other
clean ups. It deletes the DB for the test, but the agents and neutron-
server live on, resulting in errors trying to access the DB. The DB
errors are essentially unrelated - The root cause is that the agent
refuses to die for an unknown reason.

The code that tries to stop the agent is AsyncProcess.stop(block=True, signal=9).
Another detail that might be relevant is that the agent lives in a namespace.

** Affects: neutron
     Importance: High
         Status: Confirmed


** Tags: fullstack

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1558819

Title:
  Fullstack linux bridge agent sometimes refuses to die during test
  clean up, failing the test

Status in neutron:
  Confirmed

Bug description:
  Paste of failure:
  http://paste.openstack.org/show/491014/

  When looking at the LB agent logs, you start seeing RPC errors as
  neutron-server is unable to access the DB. What's happening is that
  fullstack times out trying to kill the LB agent and moves on to other
  clean ups. It deletes the DB for the test, but the agents and neutron-
  server live on, resulting in errors trying to access the DB. The DB
  errors are essentially unrelated - The root cause is that the agent
  refuses to die for an unknown reason.

  The code that tries to stop the agent is AsyncProcess.stop(block=True, signal=9).
  Another detail that might be relevant is that the agent lives in a namespace.

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


Follow ups