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 brett.cannon, eric.snow, koobs, ncoghlan, ned.deily, pitrou, python-dev, skrah, vstinner
Date 2014-06-03.23:42:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401838949.23.0.0237971942156.issue15599@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-06-03 23:42:29vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan, pitrou, ned.deily, skrah, python-dev, eric.snow, koobs
2014-06-03 23:42:29vstinnersetmessageid: <1401838949.23.0.0237971942156.issue15599@psf.upfronthosting.co.za>
2014-06-03 23:42:29vstinnerlinkissue15599 messages
2014-06-03 23:42:28vstinnercreate