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 vstinner
Recipients ncoghlan, pitrou, vstinner
Date 2013-07-03.21:03:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372885381.54.0.192853431555.issue16463@psf.upfronthosting.co.za>
In-reply-to
Content
The failure still occurs on different buildbots. Another example:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%20dtrace%203.3/builds/711/steps/test/logs/stdio

======================================================================
FAIL: testConnectTimeout (test.test_timeout.TCPTimeoutTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.3.koobs-freebsd/build/Lib/test/test_timeout.py", line 222, in testConnectTimeout
    self._sock_operation(1, 0.001, 'connect', self.addr_remote)
  File "/usr/home/buildbot/python/3.3.koobs-freebsd/build/Lib/test/test_timeout.py", line 126, in _sock_operation
    self.assertLess(delta, timeout + self.fuzz)
AssertionError: 5.352813243865967 not less than 2.001
History
Date User Action Args
2013-07-03 21:03:01vstinnersetrecipients: + vstinner, ncoghlan, pitrou
2013-07-03 21:03:01vstinnersetmessageid: <1372885381.54.0.192853431555.issue16463@psf.upfronthosting.co.za>
2013-07-03 21:03:01vstinnerlinkissue16463 messages
2013-07-03 21:03:01vstinnercreate