I saw such errors in the CI job's logs.
Traceback:
Jan 07 15:32:40.720920 ubuntu-focal-ovh-bhs1-0022432336 neutron-server[68561]: ERROR ovsdbapp.backend.ovs_idl.command [None req-c0d71b7e-d2a9-4528-9e1a-22437c79fbf1 admin admin] Error executing command: ovsdbapp.backend.ovs_idl.idlutils.RowNotFound: Cannot find Logical_Router with name=neutron-99840546-2921-4f59-a540-aee4e964b3f2
Jan 07 15:32:40.720920 ubuntu-focal-ovh-bhs1-0022432336 neutron-server[68561]: ERROR ovsdbapp.backend.ovs_idl.command Traceback (most recent call last):
Jan 07 15:32:40.720920 ubuntu-focal-ovh-bhs1-0022432336 neutron-server[68561]: ERROR ovsdbapp.backend.ovs_idl.command File "/usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/command.py", line 39, in execute
Jan 07 15:32:40.720920 ubuntu-focal-ovh-bhs1-0022432336 neutron-server[68561]: ERROR ovsdbapp.backend.ovs_idl.command self.run_idl(None)
Jan 07 15:32:40.720920 ubuntu-focal-ovh-bhs1-0022432336 neutron-server[68561]: ERROR ovsdbapp.backend.ovs_idl.command File "/usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/command.py", line 328, in run_idl
Jan 07 15:32:40.720920 ubuntu-focal-ovh-bhs1-0022432336 neutron-server[68561]: ERROR ovsdbapp.backend.ovs_idl.command self.result = self.api.lookup(self.table, self.record)
Jan 07 15:32:40.720920 ubuntu-focal-ovh-bhs1-0022432336 neutron-server[68561]: ERROR ovsdbapp.backend.ovs_idl.command File "/usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py", line 177, in lookup
Jan 07 15:32:40.720920 ubuntu-focal-ovh-bhs1-0022432336 neutron-server[68561]: ERROR ovsdbapp.backend.ovs_idl.command return self._lookup(table, record)
Jan 07 15:32:40.720920 ubuntu-focal-ovh-bhs1-0022432336 neutron-server[68561]: ERROR ovsdbapp.backend.ovs_idl.command File "/usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py", line 224, in _lookup
Jan 07 15:32:40.720920 ubuntu-focal-ovh-bhs1-0022432336 neutron-server[68561]: ERROR ovsdbapp.backend.ovs_idl.command row = idlutils.row_by_value(self, rl.table, rl.column, record)
Jan 07 15:32:40.720920 ubuntu-focal-ovh-bhs1-0022432336 neutron-server[68561]: ERROR ovsdbapp.backend.ovs_idl.command File "/usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/idlutils.py", line 114, in row_by_value
Jan 07 15:32:40.720920 ubuntu-focal-ovh-bhs1-0022432336 neutron-server[68561]: ERROR ovsdbapp.backend.ovs_idl.command raise RowNotFound(table=table, col=column, match=match)
Jan 07 15:32:40.720920 ubuntu-focal-ovh-bhs1-0022432336 neutron-server[68561]: ERROR ovsdbapp.backend.ovs_idl.command ovsdbapp.backend.ovs_idl.idlutils.RowNotFound: Cannot find Logical_Router with name=neutron-99840546-2921-4f59-a540-aee4e964b3f2
Logs: https://zuul.opendev.org/t/openstack/build/4b30c213380c4bbc8b910047b1c26797/logs
This test hasn't failed in the last week and has passed 171 times during that time http:// status. openstack. org/openstack- health/ #/test/ neutron_ tempest_ plugin. scenario. test_qos. QoSTest. test_create_ instance_ using_network_ with_existing_ policy
It fails consistently on the patch, but looks like it passes elsewhere. Rodolfo has some comments he would like addressed on the patch itself. It looks like either the patch itself is causing the issue or maybe it has been fixed and the patch should be rebased.