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

Bug #1278430 reported by Miguel Angel Ajo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Invalid
Undecided
Unassigned

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

Tags: unittest
Revision history for this message
Eugene Nikanorov (enikanorov) wrote :

Not seen since then, marking as Invalid

tags: added: unittest
Changed in neutron:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.