[issue19599] Failure of test_async_timeout() of test_multiprocessing_spawn: TimeoutError not raised

koobs report at bugs.python.org
Thu Nov 21 03:34:09 CET 2013


koobs added the comment:

koobs-freebsd10 (2.7) is also seeing identical test failures since the change (slightly more intermittent than freebsd9)

Is the increased sleep period now bumping against a test timing threshold (0.2) ? 

======================================================================
FAIL: test_terminate (test.test_multiprocessing.WithThreadsTestPool)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/koobs-freebsd10/2.7.koobs-freebsd10/build/Lib/test/test_multiprocessing.py", line 1194, in test_terminate
    self.assertTrue(join.elapsed < 0.2)
AssertionError: False is not true

----------------------------------------------------------------------

Full build log of #236 attached

Adding 3.3 and 2.7 to versions since changes were backported

----------
versions: +Python 2.7, Python 3.3
Added file: http://bugs.python.org/file32746/koobs-freebsd10-py27-build236.log

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


More information about the Python-bugs-list mailing list