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 skrah
Recipients brett.cannon, pitrou, skrah, vstinner
Date 2012-09-01.14:20:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346509206.92.0.348740002595.issue15599@psf.upfronthosting.co.za>
In-reply-to
Content
The FreeBSD machine decided to hang for 1h:

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


If I'm running the tests manually, they take over half an hour and I get:

======================================================================
FAIL: test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/stefan/cpython/Lib/test/test_threaded_import.py", line 133, in test_parallel_meta_path
    self.assertEqual(finder.x, finder.numcalls)
AssertionError: 41 != 42

----------------------------------------------------------------------
Ran 6 tests in 2090.042s


[I hope this is not a threading bug in FreeBSD that appears under
high load.]
History
Date User Action Args
2012-09-01 14:20:07skrahsetrecipients: + skrah, brett.cannon, pitrou, vstinner
2012-09-01 14:20:06skrahsetmessageid: <1346509206.92.0.348740002595.issue15599@psf.upfronthosting.co.za>
2012-09-01 14:20:06skrahlinkissue15599 messages
2012-09-01 14:20:05skrahcreate