← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1567855] [NEW] auto allocate topology plugin subscribe calls not safe for tests

 

Public bug reported:

The auto allocate topology DB mixin registers its callback mechanisms
with the registry on import time. While this is fine in normal
deployments, it does not work correctly in the functional/unit tests
because each test gets a new callback manager. So a functional test that
runs with the auto topology plugin will fail if another test runs in
front of it that eats the subscribed callbacks.

** Affects: neutron
     Importance: Undecided
     Assignee: Kevin Benton (kevinbenton)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Kevin Benton (kevinbenton)

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

Title:
  auto allocate topology plugin subscribe calls not safe for tests

Status in neutron:
  New

Bug description:
  The auto allocate topology DB mixin registers its callback mechanisms
  with the registry on import time. While this is fine in normal
  deployments, it does not work correctly in the functional/unit tests
  because each test gets a new callback manager. So a functional test
  that runs with the auto topology plugin will fail if another test runs
  in front of it that eats the subscribed callbacks.

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


Follow ups