Message169118
| Author |
skrah |
| Recipients |
brett.cannon, jkloth, ncoghlan, pitrou, skrah, vstinner |
| Date |
2012年08月25日.09:07:58 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1345885679.56.0.291776968294.issue15781@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
The buildbot in question uses -j4, and I can reproduce this on Linux
with:
./python -m test -uall -F -j4 -v test_threaded_import
======================================================================
FAIL: test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/stefan/hg/cpython/Lib/test/test_threaded_import.py", line 131, in test_parallel_meta_path
self.check_parallel_module_init()
File "/home/stefan/hg/cpython/Lib/test/test_threaded_import.py", line 120, in check_parallel_module_init
self.assertFalse(errors)
AssertionError: [AttributeError("'module' object has no attribute 'randrange'",), AttributeError("'module' object has no attribute 'randrange'",)] is not false
----------------------------------------------------------------------
Ran 6 tests in 4.221s |
|