Issue 16604: Sporadic .test_threaded_import failure: test_parallel_meta_path on Windows 7 (original) (raw)

Issue16604

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:39 admin set github: 60808
2012-12-04 09:40:06 vstinner set messages: +
2012-12-04 09:30:05 pitrou set status: open -> closedsuperseder: test_threaded_import fails sporadically on Windows and FreeBSDresolution: duplicate
2012-12-04 08:37:14 vstinner create