[issue15599] test_threaded_import fails sporadically on Windows and FreeBSD

STINNER Victor report at bugs.python.org
Wed Jun 4 01:42:29 CEST 2014


STINNER Victor added the comment:

A recent failure. As usual, the test passed at the second run.

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/2180/steps/test/logs/stdio

======================================================================
FAIL: test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Lib/test/test_threaded_import.py", line 135, in test_parallel_meta_path
    self.assertEqual(finder.x, finder.numcalls)
AssertionError: 89 != 90


Re-running test 'test_threaded_import' in verbose mode
(...)
Ran 6 tests in 3.109s

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list