Public bug reported:

Radware LBaaS driver at https://review.openstack.org/#/c/202147/ 
has a sporadically failing unit test which was taken out until the fix.

tests.unit.drivers.radware.test_v2_plugin_driver.TestLBaaSDriver.test_build_objects_with_l7

assert_has_calls function sometimes does not find a call in mock calls list, 
although it's there.
call parameters dict arrangement is always different and mock Call class is 
built to handle it.
Anyhow in this specific test, the parameters dict is deep, so maybe it has 
something to do with a problem.
Tests order is not an issue since no configurations or globals are used. 

This Bug is filed for fixing this test.

** Affects: neutron
     Importance: Undecided
     Assignee: Evgeny Fedoruk (evgenyf)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Evgeny Fedoruk (evgenyf)

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

Title:
  Radware LBaaS driver sporadically failing unit test

Status in neutron:
  New

Bug description:
  Radware LBaaS driver at https://review.openstack.org/#/c/202147/ 
  has a sporadically failing unit test which was taken out until the fix.

  
tests.unit.drivers.radware.test_v2_plugin_driver.TestLBaaSDriver.test_build_objects_with_l7

  assert_has_calls function sometimes does not find a call in mock calls list, 
although it's there.
  call parameters dict arrangement is always different and mock Call class is 
built to handle it.
  Anyhow in this specific test, the parameters dict is deep, so maybe it has 
something to do with a problem.
  Tests order is not an issue since no configurations or globals are used. 

  This Bug is filed for fixing this test.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1551483/+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

Reply via email to