← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1888828] Re: [FT] TestMaintenance.test_port failing

 

Reviewed:  https://review.opendev.org/743577
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=fc5a8ee1b893a85b7cb3d9fac010c28714e9c50e
Submitter: Zuul
Branch:    master

commit fc5a8ee1b893a85b7cb3d9fac010c28714e9c50e
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date:   Tue Jul 28 15:43:45 2020 +0000

    Use "replace" to remove a section of a string
    
    From "strip" documentation:
      Return a copy of the string with leading whitespace removed.
      If chars is given and not None, remove characters in chars instead.
    
    Change-Id: Ia1bf0a98b327b4deaa4ff87da79b70d27314434a
    Closes-Bug: #1888828


** Changed in: neutron
       Status: In Progress => Fix Released

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

Title:
  [FT] TestMaintenance.test_port failing

Status in neutron:
  Fix Released

Bug description:
  FT failing:
  neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance
  .test_port

  Error: the port is still present in the system after executing the "check_for_inconsistencies" method.
  ft1.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_porttesttools.testresult.real._StringException: Traceback (most recent call last):
    File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/base.py", line 182, in func
      return f(self, *args, **kwargs)
    File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_maintenance.py", line 340, in test_port
      self.assertIsNone(self._find_port_row_by_name(new_obj_name))
    File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional/lib/python3.6/site-packages/testtools/testcase.py", line 430, in assertIsNone
      self.assertThat(observed, matcher, message)
    File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional/lib/python3.6/site-packages/testtools/testcase.py", line 502, in assertThat
      raise mismatch_error
  testtools.matchers._impl.MismatchError: <ovs.db.idl.Row object at 0x7fab50e40940> is not None

  
  Log: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_956/729931/1/check/neutron-functional-with-uwsgi/9562cda/testr_results.html

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


References