← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1744394] [NEW] test_distributed_port_binding_deleted_by_port_deletion failed due to warnings during port binding delete

 

Public bug reported:

http://logs.openstack.org/56/534456/1/check/openstack-tox-
py35/151aefe/testr_results.html.gz (Queens)

ft1.6: neutron.tests.unit.plugins.ml2.test_db.Ml2DvrDBTestCase.test_distributed_port_binding_deleted_by_port_deletion_StringException: Traceback (most recent call last):
  File "/home/zuul/src/git.openstack.org/openstack/neutron/neutron/tests/base.py", line 132, in func
    return f(self, *args, **kwargs)
  File "/home/zuul/src/git.openstack.org/openstack/neutron/neutron/tests/unit/plugins/ml2/test_db.py", line 438, in test_distributed_port_binding_deleted_by_port_deletion
    self.assertEqual([], warning_list)
  File "/home/zuul/src/git.openstack.org/openstack/neutron/.tox/py35/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/home/zuul/src/git.openstack.org/openstack/neutron/.tox/py35/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: !=:
reference = []
actual    = [<warnings.WarningMessage object at 0x7ff014f870f0>,
 <warnings.WarningMessage object at 0x7ff012266160>]

It's not clear which warnings those objects are (we may extend the test
to expose those on failure).

The failure itself may be related to OVO adoption for port bindings that
landed lately: https://review.openstack.org/407868

** Affects: neutron
     Importance: High
         Status: Confirmed


** Tags: gate-failure unittest

** Changed in: neutron
   Importance: Undecided => High

** Changed in: neutron
       Status: New => Confirmed

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

Title:
  test_distributed_port_binding_deleted_by_port_deletion failed due to
  warnings during port binding delete

Status in neutron:
  Confirmed

Bug description:
  http://logs.openstack.org/56/534456/1/check/openstack-tox-
  py35/151aefe/testr_results.html.gz (Queens)

  ft1.6: neutron.tests.unit.plugins.ml2.test_db.Ml2DvrDBTestCase.test_distributed_port_binding_deleted_by_port_deletion_StringException: Traceback (most recent call last):
    File "/home/zuul/src/git.openstack.org/openstack/neutron/neutron/tests/base.py", line 132, in func
      return f(self, *args, **kwargs)
    File "/home/zuul/src/git.openstack.org/openstack/neutron/neutron/tests/unit/plugins/ml2/test_db.py", line 438, in test_distributed_port_binding_deleted_by_port_deletion
      self.assertEqual([], warning_list)
    File "/home/zuul/src/git.openstack.org/openstack/neutron/.tox/py35/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual
      self.assertThat(observed, matcher, message)
    File "/home/zuul/src/git.openstack.org/openstack/neutron/.tox/py35/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat
      raise mismatch_error
  testtools.matchers._impl.MismatchError: !=:
  reference = []
  actual    = [<warnings.WarningMessage object at 0x7ff014f870f0>,
   <warnings.WarningMessage object at 0x7ff012266160>]

  It's not clear which warnings those objects are (we may extend the
  test to expose those on failure).

  The failure itself may be related to OVO adoption for port bindings
  that landed lately: https://review.openstack.org/407868

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


Follow ups