This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ncoghlan, pitrou
Date 2012-11-12.21:53:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352757217.25.0.912881014186.issue16463@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-11-12 21:53:37pitrousetrecipients: + pitrou, ncoghlan
2012-11-12 21:53:37pitrousetmessageid: <1352757217.25.0.912881014186.issue16463@psf.upfronthosting.co.za>
2012-11-12 21:53:37pitroulinkissue16463 messages
2012-11-12 21:53:36pitroucreate