[issue19386] selectors test_interrupted_retry is flaky

Charles-François Natali report at bugs.python.org
Tue Oct 29 22:35:56 CET 2013


Charles-François Natali added the comment:

Here's another failure:
"""
======================================================================
FAIL: test_interpreter_shutdown
(test.test_concurrent_futures.ProcessPoolShutdownTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/test/test_concurrent_futures.py",
line 77, in tearDown
    self.assertLess(dt, 60, "synchronization issue: test lasted too long")
AssertionError: 108.88635897636414 not less than 60 : synchronization
issue: test lasted too long
"""

Many timeout-related tests are failing randomly on this buildbot, so I
assume that's really a buildbot issue (is it a VM?).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19386>
_______________________________________


More information about the Python-bugs-list mailing list