yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13429
[Bug 1305100] [NEW] TestLoadBalancerBasic fails in grenade
Public bug reported:
On a recent patch I saw this failure in grenade with Neutron. It looks
to be in the LBaaS code somewhere. The trace is as follows:
2014-04-09 13:57:06.678 | Traceback (most recent call last):
2014-04-09 13:57:06.679 | File "tempest/test.py", line 122, in wrapper
2014-04-09 13:57:06.679 | return f(self, *func_args, **func_kwargs)
2014-04-09 13:57:06.679 | File "tempest/scenario/test_load_balancer_basic.py", line 240, in test_load_balancer_basic
2014-04-09 13:57:06.679 | self._check_load_balancing()
2014-04-09 13:57:06.679 | File "tempest/scenario/test_load_balancer_basic.py", line 228, in _check_load_balancing
2014-04-09 13:57:06.679 | "http://{0}/".format(self.vip_ip)).read())
2014-04-09 13:57:06.679 | File "/usr/lib/python2.7/urllib.py", line 86, in urlopen
2014-04-09 13:57:06.679 | return opener.open(url)
2014-04-09 13:57:06.679 | File "/usr/lib/python2.7/urllib.py", line 207, in open
2014-04-09 13:57:06.679 | return getattr(self, name)(url)
2014-04-09 13:57:06.679 | File "/usr/lib/python2.7/urllib.py", line 344, in open_http
2014-04-09 13:57:06.679 | h.endheaders(data)
2014-04-09 13:57:06.680 | File "/usr/lib/python2.7/httplib.py", line 954, in endheaders
2014-04-09 13:57:06.680 | self._send_output(message_body)
2014-04-09 13:57:06.680 | File "/usr/lib/python2.7/httplib.py", line 814, in _send_output
2014-04-09 13:57:06.680 | self.send(msg)
2014-04-09 13:57:06.680 | File "/usr/lib/python2.7/httplib.py", line 776, in send
2014-04-09 13:57:06.680 | self.connect()
2014-04-09 13:57:06.680 | File "/usr/lib/python2.7/httplib.py", line 757, in connect
2014-04-09 13:57:06.680 | self.timeout, self.source_address)
2014-04-09 13:57:06.680 | File "/usr/lib/python2.7/socket.py", line 571, in create_connection
2014-04-09 13:57:06.680 | raise err
2014-04-09 13:57:06.680 | IOError: [Errno socket error] [Errno 110] Connection timed out
2014-04-09 13:57:06.681 |
2014-04-09 13:57:06.681 |
2014-04-09 13:57:06.681 | ======================================================================
2014-04-09 13:57:06.681 | FAIL: process-returncode
2014-04-09 13:57:06.681 | process-returncode
2014-04-09 13:57:06.681 | ----------------------------------------------------------------------
2014-04-09 13:57:06.681 | _StringException: Binary content:
2014-04-09 13:57:06.681 | traceback (test/plain; charset="utf8")
Full logs here: http://logs.openstack.org/04/84604/12/check/check-
grenade-dsvm-neutron/b50ebd9/
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1305100
Title:
TestLoadBalancerBasic fails in grenade
Status in OpenStack Neutron (virtual network service):
New
Bug description:
On a recent patch I saw this failure in grenade with Neutron. It looks
to be in the LBaaS code somewhere. The trace is as follows:
2014-04-09 13:57:06.678 | Traceback (most recent call last):
2014-04-09 13:57:06.679 | File "tempest/test.py", line 122, in wrapper
2014-04-09 13:57:06.679 | return f(self, *func_args, **func_kwargs)
2014-04-09 13:57:06.679 | File "tempest/scenario/test_load_balancer_basic.py", line 240, in test_load_balancer_basic
2014-04-09 13:57:06.679 | self._check_load_balancing()
2014-04-09 13:57:06.679 | File "tempest/scenario/test_load_balancer_basic.py", line 228, in _check_load_balancing
2014-04-09 13:57:06.679 | "http://{0}/".format(self.vip_ip)).read())
2014-04-09 13:57:06.679 | File "/usr/lib/python2.7/urllib.py", line 86, in urlopen
2014-04-09 13:57:06.679 | return opener.open(url)
2014-04-09 13:57:06.679 | File "/usr/lib/python2.7/urllib.py", line 207, in open
2014-04-09 13:57:06.679 | return getattr(self, name)(url)
2014-04-09 13:57:06.679 | File "/usr/lib/python2.7/urllib.py", line 344, in open_http
2014-04-09 13:57:06.679 | h.endheaders(data)
2014-04-09 13:57:06.680 | File "/usr/lib/python2.7/httplib.py", line 954, in endheaders
2014-04-09 13:57:06.680 | self._send_output(message_body)
2014-04-09 13:57:06.680 | File "/usr/lib/python2.7/httplib.py", line 814, in _send_output
2014-04-09 13:57:06.680 | self.send(msg)
2014-04-09 13:57:06.680 | File "/usr/lib/python2.7/httplib.py", line 776, in send
2014-04-09 13:57:06.680 | self.connect()
2014-04-09 13:57:06.680 | File "/usr/lib/python2.7/httplib.py", line 757, in connect
2014-04-09 13:57:06.680 | self.timeout, self.source_address)
2014-04-09 13:57:06.680 | File "/usr/lib/python2.7/socket.py", line 571, in create_connection
2014-04-09 13:57:06.680 | raise err
2014-04-09 13:57:06.680 | IOError: [Errno socket error] [Errno 110] Connection timed out
2014-04-09 13:57:06.681 |
2014-04-09 13:57:06.681 |
2014-04-09 13:57:06.681 | ======================================================================
2014-04-09 13:57:06.681 | FAIL: process-returncode
2014-04-09 13:57:06.681 | process-returncode
2014-04-09 13:57:06.681 | ----------------------------------------------------------------------
2014-04-09 13:57:06.681 | _StringException: Binary content:
2014-04-09 13:57:06.681 | traceback (test/plain; charset="utf8")
Full logs here: http://logs.openstack.org/04/84604/12/check/check-
grenade-dsvm-neutron/b50ebd9/
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1305100/+subscriptions
Follow ups
References