Bug 2084290 - AttributeError: 'TableSchema' object has no attribute 'condition_state'
Summary: AttributeError: 'TableSchema' object has no attribute 'condition_state'
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-ovsdbapp
Version: 17.0 (Wallaby)
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: beta
: 17.0
Assignee: Terry Wilson
QA Contact: Alex Katz
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-05-11 19:50 UTC by Terry Wilson
Modified: 2022-09-21 12:21 UTC (History)
2 users (show)

Fixed In Version: python-ovsdbapp-1.9.2-0.20220513160951.9990509.el9ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-09-21 12:21:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1972989 0 None None None 2022-05-11 19:50:32 UTC
Red Hat Issue Tracker OSP-15186 0 None None None 2022-05-11 19:54:22 UTC
Red Hat Product Errata RHEA-2022:6543 0 None None None 2022-09-21 12:21:52 UTC

Description Terry Wilson 2022-05-11 19:50:32 UTC
Description of problem:
Functional test failing when running against lastest ovs 2.17. Already fixed upstream.

Captured traceback:
~~~~~~~~~~~~~~~~~~~
    Traceback (most recent call last):

      File "/opt/stack/ovsdbapp/ovsdbapp/tests/functional/backend/ovs_idl/test_connection.py", line 75, in test_add_new_table
    self.validate_tables(tables, present=True)

      File "/opt/stack/ovsdbapp/ovsdbapp/tests/functional/backend/ovs_idl/test_connection.py", line 68, in validate_tables
    self.idl.run()

      File "/opt/stack/ovsdbapp/.tox/functional/lib/python3.8/site-packages/ovs/db/idl.py", line 445, in run
    self.restart_fsm()

      File "/opt/stack/ovsdbapp/.tox/functional/lib/python3.8/site-packages/ovs/db/idl.py", line 407, in restart_fsm
    self.sync_conditions()

      File "/opt/stack/ovsdbapp/.tox/functional/lib/python3.8/site-packages/ovs/db/idl.py", line 396, in sync_conditions
    table.condition_state.request()

    AttributeError: 'TableSchema' object has no attribute 'condition_state'

Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1. Run ovsdbapp functional tests

Actual results:
Fail

Expected results:
Pass

Comment 8 errata-xmlrpc 2022-09-21 12:21:27 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Release of components for Red Hat OpenStack Platform 17.0 (Wallaby)), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2022:6543


Note You need to log in before you can comment on or make changes to this bug.