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.

classification
Title: Sporadic .test_threaded_import failure: test_parallel_meta_path on Windows 7
Type: Stage:
Components: Tests Versions: Python 3.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder: test_threaded_import fails sporadically on Windows and FreeBSD
View: 15599
Assigned To: Nosy List: brett.cannon, pitrou, vstinner
Priority: normal Keywords:

Created on 2012-12-04 08:37 by vstinner, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg176880 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2012-12-04 08:37
http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/5975/steps/test/logs/stdio

======================================================================
FAIL: test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_threaded_import.py", line 133, in test_parallel_meta_path
    self.assertEqual(finder.x, finder.numcalls)
AssertionError: 93 != 94
msg176887 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2012-12-04 09:40
> status: open -> closed
> superseder: test_circular_imports() of test_threaded_import fails on FreeBSD 9.0
> resolution: duplicate

Oh strange, I failed to find this issue (even if I'm the author of its first message!). I forgot maybe to search "test_parallel_meta_path". Thanks Antoine :-)
History
Date User Action Args
2022-04-11 14:57:39adminsetgithub: 60808
2012-12-04 09:40:06vstinnersetmessages: + msg176887
2012-12-04 09:30:05pitrousetstatus: open -> closed
superseder: test_threaded_import fails sporadically on Windows and FreeBSD
resolution: duplicate
2012-12-04 08:37:14vstinnercreate