← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1357138] [NEW] nova unit test failed due to No reply on topic network

 

Public bug reported:

2014-08-14 11:56:07.215 | Traceback (most recent call last):
2014-08-14 11:56:07.215 |   File "nova/tests/compute/test_compute.py", line 8848, in test_attach_interface
2014-08-14 11:56:07.215 |     req_ip)
2014-08-14 11:56:07.215 |   File "nova/compute/manager.py", line 408, in decorated_function
2014-08-14 11:56:07.215 |     return function(self, context, *args, **kwargs)
2014-08-14 11:56:07.215 |   File "nova/exception.py", line 88, in wrapped
2014-08-14 11:56:07.216 |     payload)
2014-08-14 11:56:07.216 |   File "nova/openstack/common/excutils.py", line 82, in __exit__
2014-08-14 11:56:07.216 |     six.reraise(self.type_, self.value, self.tb)
2014-08-14 11:56:07.216 |   File "nova/exception.py", line 71, in wrapped
2014-08-14 11:56:07.216 |     return f(self, context, *args, **kw)
2014-08-14 11:56:07.216 |   File "nova/compute/manager.py", line 292, in decorated_function
2014-08-14 11:56:07.216 |     pass
2014-08-14 11:56:07.216 |   File "nova/openstack/common/excutils.py", line 82, in __exit__
2014-08-14 11:56:07.216 |     six.reraise(self.type_, self.value, self.tb)
2014-08-14 11:56:07.216 |   File "nova/compute/manager.py", line 278, in decorated_function
2014-08-14 11:56:07.216 |     return function(self, context, *args, **kwargs)
2014-08-14 11:56:07.216 |   File "nova/compute/manager.py", line 320, in decorated_function
2014-08-14 11:56:07.217 |     kwargs['instance'], e, sys.exc_info())
2014-08-14 11:56:07.217 |   File "nova/openstack/common/excutils.py", line 82, in __exit__
2014-08-14 11:56:07.217 |     six.reraise(self.type_, self.value, self.tb)
2014-08-14 11:56:07.217 |   File "nova/compute/manager.py", line 308, in decorated_function
2014-08-14 11:56:07.217 |     return function(self, context, *args, **kwargs)
2014-08-14 11:56:07.217 |   File "nova/compute/manager.py", line 4537, in attach_interface
2014-08-14 11:56:07.217 |     self.network_api.validate_networks(context, requested_networks, 1)
2014-08-14 11:56:07.217 |   File "nova/network/api.py", line 44, in wrapped
2014-08-14 11:56:07.217 |     return func(self, context, *args, **kwargs)
2014-08-14 11:56:07.217 |   File "nova/network/api.py", line 370, in validate_networks
2014-08-14 11:56:07.217 |     requested_networks)
2014-08-14 11:56:07.218 |   File "nova/network/rpcapi.py", line 232, in validate_networks
2014-08-14 11:56:07.218 |     return self.client.call(ctxt, 'validate_networks', networks=networks)
2014-08-14 11:56:07.218 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo/messaging/rpc/client.py", line 389, in call
2014-08-14 11:56:07.218 |     return self.prepare().call(ctxt, method, **kwargs)
2014-08-14 11:56:07.218 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo/messaging/rpc/client.py", line 152, in call
2014-08-14 11:56:07.218 |     retry=self.retry)
2014-08-14 11:56:07.218 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo/messaging/transport.py", line 90, in _send
2014-08-14 11:56:07.218 |     timeout=timeout, retry=retry)
2014-08-14 11:56:07.218 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo/messaging/_drivers/impl_fake.py", line 194, in send
2014-08-14 11:56:07.218 |     return self._send(target, ctxt, message, wait_for_reply, timeout)
2014-08-14 11:56:07.218 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo/messaging/_drivers/impl_fake.py", line 186, in _send
2014-08-14 11:56:07.219 |     'No reply on topic %s' % target.topic)
2014-08-14 11:56:07.219 | MessagingTimeout: No reply on topic network

** Affects: nova
     Importance: Undecided
         Status: New


** Tags: openstack-ci

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1357138

Title:
  nova unit test failed due to No reply on topic network

Status in OpenStack Compute (Nova):
  New

Bug description:
  2014-08-14 11:56:07.215 | Traceback (most recent call last):
  2014-08-14 11:56:07.215 |   File "nova/tests/compute/test_compute.py", line 8848, in test_attach_interface
  2014-08-14 11:56:07.215 |     req_ip)
  2014-08-14 11:56:07.215 |   File "nova/compute/manager.py", line 408, in decorated_function
  2014-08-14 11:56:07.215 |     return function(self, context, *args, **kwargs)
  2014-08-14 11:56:07.215 |   File "nova/exception.py", line 88, in wrapped
  2014-08-14 11:56:07.216 |     payload)
  2014-08-14 11:56:07.216 |   File "nova/openstack/common/excutils.py", line 82, in __exit__
  2014-08-14 11:56:07.216 |     six.reraise(self.type_, self.value, self.tb)
  2014-08-14 11:56:07.216 |   File "nova/exception.py", line 71, in wrapped
  2014-08-14 11:56:07.216 |     return f(self, context, *args, **kw)
  2014-08-14 11:56:07.216 |   File "nova/compute/manager.py", line 292, in decorated_function
  2014-08-14 11:56:07.216 |     pass
  2014-08-14 11:56:07.216 |   File "nova/openstack/common/excutils.py", line 82, in __exit__
  2014-08-14 11:56:07.216 |     six.reraise(self.type_, self.value, self.tb)
  2014-08-14 11:56:07.216 |   File "nova/compute/manager.py", line 278, in decorated_function
  2014-08-14 11:56:07.216 |     return function(self, context, *args, **kwargs)
  2014-08-14 11:56:07.216 |   File "nova/compute/manager.py", line 320, in decorated_function
  2014-08-14 11:56:07.217 |     kwargs['instance'], e, sys.exc_info())
  2014-08-14 11:56:07.217 |   File "nova/openstack/common/excutils.py", line 82, in __exit__
  2014-08-14 11:56:07.217 |     six.reraise(self.type_, self.value, self.tb)
  2014-08-14 11:56:07.217 |   File "nova/compute/manager.py", line 308, in decorated_function
  2014-08-14 11:56:07.217 |     return function(self, context, *args, **kwargs)
  2014-08-14 11:56:07.217 |   File "nova/compute/manager.py", line 4537, in attach_interface
  2014-08-14 11:56:07.217 |     self.network_api.validate_networks(context, requested_networks, 1)
  2014-08-14 11:56:07.217 |   File "nova/network/api.py", line 44, in wrapped
  2014-08-14 11:56:07.217 |     return func(self, context, *args, **kwargs)
  2014-08-14 11:56:07.217 |   File "nova/network/api.py", line 370, in validate_networks
  2014-08-14 11:56:07.217 |     requested_networks)
  2014-08-14 11:56:07.218 |   File "nova/network/rpcapi.py", line 232, in validate_networks
  2014-08-14 11:56:07.218 |     return self.client.call(ctxt, 'validate_networks', networks=networks)
  2014-08-14 11:56:07.218 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo/messaging/rpc/client.py", line 389, in call
  2014-08-14 11:56:07.218 |     return self.prepare().call(ctxt, method, **kwargs)
  2014-08-14 11:56:07.218 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo/messaging/rpc/client.py", line 152, in call
  2014-08-14 11:56:07.218 |     retry=self.retry)
  2014-08-14 11:56:07.218 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo/messaging/transport.py", line 90, in _send
  2014-08-14 11:56:07.218 |     timeout=timeout, retry=retry)
  2014-08-14 11:56:07.218 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo/messaging/_drivers/impl_fake.py", line 194, in send
  2014-08-14 11:56:07.218 |     return self._send(target, ctxt, message, wait_for_reply, timeout)
  2014-08-14 11:56:07.218 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo/messaging/_drivers/impl_fake.py", line 186, in _send
  2014-08-14 11:56:07.219 |     'No reply on topic %s' % target.topic)
  2014-08-14 11:56:07.219 | MessagingTimeout: No reply on topic network

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


Follow ups

References