** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => icehouse-rc1
-- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1245208 Title: LBaaS: unit tests for radware plugin driver should not employ multithreading Status in OpenStack Neutron (virtual network service): Fix Released Bug description: Radware plugin driver uses task queue to perform interaction with the backend device. Several operations such as lbaas objects deletion are performed in async manner. In the unit test code actual object deletion happens in separate thread; it leads to a need for tricks like putting test thread to sleep. Such unit tests are not reliable and could lead to failures that are hard to catch or debug. Unit test code should be refactored in such way that it uses single- threaded strategy to perform driver operations. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1245208/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp