yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #56996
[Bug 1627106] [NEW] TimeoutException while executing test_post_commit_vswitchd_completed_no_failures
Public bug reported:
http://logs.openstack.org/91/366291/12/check/gate-neutron-dsvm-
functional-ubuntu-trusty/a23c816/testr_results.html.gz
Traceback (most recent call last):
File "neutron/tests/base.py", line 125, in func
return f(self, *args, **kwargs)
File "neutron/tests/functional/agent/ovsdb/test_impl_idl.py", line 62, in test_post_commit_vswitchd_completed_no_failures
self._add_br_and_test()
File "neutron/tests/functional/agent/ovsdb/test_impl_idl.py", line 56, in _add_br_and_test
self._add_br()
File "neutron/tests/functional/agent/ovsdb/test_impl_idl.py", line 52, in _add_br
tr.add(ovsdb.add_br(self.brname))
File "neutron/agent/ovsdb/api.py", line 76, in __exit__
self.result = self.commit()
File "neutron/agent/ovsdb/impl_idl.py", line 72, in commit
'timeout': self.timeout})
neutron.agent.ovsdb.api.TimeoutException: Commands [AddBridgeCommand(name=test-br6925d8e2, datapath_type=None, may_exist=True)] exceeded timeout 10 seconds
I suspect this one may hit us because we finally made timeout working with Icd745514adc14730b9179fa7a6dd5c115f5e87a5.
** Affects: neutron
Importance: High
Status: New
** Tags: functional-tests gate-failure ovs
** Changed in: neutron
Importance: Undecided => High
** Tags added: functional-tests ovs
** Tags added: gate-failure
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1627106
Title:
TimeoutException while executing
test_post_commit_vswitchd_completed_no_failures
Status in neutron:
New
Bug description:
http://logs.openstack.org/91/366291/12/check/gate-neutron-dsvm-
functional-ubuntu-trusty/a23c816/testr_results.html.gz
Traceback (most recent call last):
File "neutron/tests/base.py", line 125, in func
return f(self, *args, **kwargs)
File "neutron/tests/functional/agent/ovsdb/test_impl_idl.py", line 62, in test_post_commit_vswitchd_completed_no_failures
self._add_br_and_test()
File "neutron/tests/functional/agent/ovsdb/test_impl_idl.py", line 56, in _add_br_and_test
self._add_br()
File "neutron/tests/functional/agent/ovsdb/test_impl_idl.py", line 52, in _add_br
tr.add(ovsdb.add_br(self.brname))
File "neutron/agent/ovsdb/api.py", line 76, in __exit__
self.result = self.commit()
File "neutron/agent/ovsdb/impl_idl.py", line 72, in commit
'timeout': self.timeout})
neutron.agent.ovsdb.api.TimeoutException: Commands [AddBridgeCommand(name=test-br6925d8e2, datapath_type=None, may_exist=True)] exceeded timeout 10 seconds
I suspect this one may hit us because we finally made timeout working with Icd745514adc14730b9179fa7a6dd5c115f5e87a5.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1627106/+subscriptions
Follow ups