New submission from Antoine Pitrou:

The RHEL buildbot consistently fails on test_timeout:



======================================================================
FAIL: testConnectTimeout (test.test_timeout.TCPTimeoutTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.coghlan-redhat/build/Lib/test/test_timeout.py", 
line 222, in testConnectTimeout
    self._sock_operation(1, 0.001, 'connect', self.addr_remote)
  File 
"/home/buildbot/buildarea/3.x.coghlan-redhat/build/Lib/test/test_timeout.py", 
line 126, in _sock_operation
    self.assertLess(delta, timeout + self.fuzz)
AssertionError: 5.0571630001068115 not less than 2.001


According to the build history, the failure appeared in 
http://buildbot.python.org/all/builders/x86%20RHEL%206%203.3/builds/133 , but 
the changes look unlikely to be related. Did the setup change?

----------
assignee: ncoghlan
components: Tests
keywords: buildbot
messages: 175476
nosy: ncoghlan, pitrou
priority: high
severity: normal
status: open
title: test_timeout failure on the RHEL buildbot
type: behavior
versions: Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16463>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to