← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1278430] [NEW] py26 unit testing fails with OverflowError: timeout is too large in eventlet/hubs/epolls.py do_poll

 

Public bug reported:

it dies on timeout while sending a test success

http://logs.openstack.org/01/68601/2/check/gate-neutron-
python26/69a7a57/console.html#_2014-02-10_10_31_41_262

2014-02-10 10:31:41.312 |   File "/usr/lib64/python2.6/socket.py", line 303, in flush
2014-02-10 10:31:41.313 |     self._sock.sendall(buffer(data, write_offset, buffer_size))
2014-02-10 10:31:41.314 |   File "/home/jenkins/workspace/gate-neutron-python26/.tox/py26/lib/python2.6/site-packages/eventlet/greenio.py", line 388, in sendall
2014-02-10 10:31:41.314 |     trampoline(self, write=True)
2014-02-10 10:31:41.315 |   File "/home/jenkins/workspace/gate-neutron-python26/.tox/py26/lib/python2.6/site-packages/eventlet/hubs/__init__.py", line 155, in trampoline
2014-02-10 10:31:41.316 |     return hub.switch()
2014-02-10 10:31:41.316 |   File "/home/jenkins/workspace/gate-neutron-python26/.tox/py26/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 187, in switch
2014-02-10 10:31:41.317 |     return self.greenlet.switch()
2014-02-10 10:31:41.318 |   File "/home/jenkins/workspace/gate-neutron-python26/.tox/py26/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 236, in run
2014-02-10 10:31:41.319 |     self.wait(sleep_time)
2014-02-10 10:31:41.319 |   File "/home/jenkins/workspace/gate-neutron-python26/.tox/py26/lib/python2.6/site-packages/eventlet/hubs/poll.py", line 84, in wait
2014-02-10 10:31:41.320 |     presult = self.do_poll(seconds)
2014-02-10 10:31:41.320 |   File "/home/jenkins/workspace/gate-neutron-python26/.tox/py26/lib/python2.6/site-packages/eventlet/hubs/epolls.py", line 61, in do_poll
2014-02-10 10:31:41.321 |     return self.poll.poll(seconds)
2014-02-10 10:31:41.323 | OverflowError: timeout is too large

** 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/1278430

Title:
  py26 unit testing fails with OverflowError: timeout is too large in
  eventlet/hubs/epolls.py do_poll

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  it dies on timeout while sending a test success

  http://logs.openstack.org/01/68601/2/check/gate-neutron-
  python26/69a7a57/console.html#_2014-02-10_10_31_41_262

  2014-02-10 10:31:41.312 |   File "/usr/lib64/python2.6/socket.py", line 303, in flush
  2014-02-10 10:31:41.313 |     self._sock.sendall(buffer(data, write_offset, buffer_size))
  2014-02-10 10:31:41.314 |   File "/home/jenkins/workspace/gate-neutron-python26/.tox/py26/lib/python2.6/site-packages/eventlet/greenio.py", line 388, in sendall
  2014-02-10 10:31:41.314 |     trampoline(self, write=True)
  2014-02-10 10:31:41.315 |   File "/home/jenkins/workspace/gate-neutron-python26/.tox/py26/lib/python2.6/site-packages/eventlet/hubs/__init__.py", line 155, in trampoline
  2014-02-10 10:31:41.316 |     return hub.switch()
  2014-02-10 10:31:41.316 |   File "/home/jenkins/workspace/gate-neutron-python26/.tox/py26/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 187, in switch
  2014-02-10 10:31:41.317 |     return self.greenlet.switch()
  2014-02-10 10:31:41.318 |   File "/home/jenkins/workspace/gate-neutron-python26/.tox/py26/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 236, in run
  2014-02-10 10:31:41.319 |     self.wait(sleep_time)
  2014-02-10 10:31:41.319 |   File "/home/jenkins/workspace/gate-neutron-python26/.tox/py26/lib/python2.6/site-packages/eventlet/hubs/poll.py", line 84, in wait
  2014-02-10 10:31:41.320 |     presult = self.do_poll(seconds)
  2014-02-10 10:31:41.320 |   File "/home/jenkins/workspace/gate-neutron-python26/.tox/py26/lib/python2.6/site-packages/eventlet/hubs/epolls.py", line 61, in do_poll
  2014-02-10 10:31:41.321 |     return self.poll.poll(seconds)
  2014-02-10 10:31:41.323 | OverflowError: timeout is too large

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


Follow ups

References