[New-bugs-announce] [issue15794] test_importlib: test_locks failure

Stefan Krah report at bugs.python.org
Tue Aug 28 00:35:01 CEST 2012


New submission from Stefan Krah:

On the obstinate i7 machine (see #15781), test_importlib fails
sporadically (after 10 repetitions or so).

$ ./python -m test -uall -F test_importlib                                                               
[  1] test_importlib                                                                                     
test test_importlib failed -- Traceback (most recent call last):                                         
  File "/home/stefan/hg/cpython/Lib/test/test_importlib/test_locks.py", line 80, in test_deadlock        
    self.assertEqual(results.count((True, False)), 1)                                                    
AssertionError: 2 != 1                                                                                   
                                                                                                         
1 test failed:                                                                                           
    test_importlib

----------
components: Tests
messages: 169232
nosy: brett.cannon, christian.heimes, eric.snow, georg.brandl, haypo, ncoghlan, pitrou, skrah
priority: normal
severity: normal
status: open
title: test_importlib: test_locks failure
type: behavior
versions: Python 3.3, Python 3.4

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


More information about the New-bugs-announce mailing list