[issue10183] test_concurrent_futures failure on Windows

2010-11-19 Thread Brian Quinlan
Brian Quinlan added the comment: Fixed in r10183 -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bu

[issue10183] test_concurrent_futures failure on Windows

2010-11-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Could you try with the patch that I just attached? And thanks for you > help, I really appreciated it! It works ok indeed. -- ___ Python tracker ___

[issue10183] test_concurrent_futures failure on Windows

2010-11-19 Thread Brian Quinlan
Brian Quinlan added the comment: Could you try with the patch that I just attached? And thanks for you help, I really appreciated it! -- Added file: http://bugs.python.org/file19645/timing2.patch ___ Python tracker

[issue10183] test_concurrent_futures failure on Windows

2010-11-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Then I get more failures: == FAIL: test_map_timeout (test.test_concurrent_futures.ProcessPoolExecutorTest) -- Traceback (most

[issue10183] test_concurrent_futures failure on Windows

2010-11-18 Thread Brian Quinlan
Brian Quinlan added the comment: Could you try rerunning the tests with the attached patch? It could be that your machines are just terribly slow at starting new Python instances. -- keywords: +patch Added file: http://bugs.python.org/file19636/timing.patch ___

[issue10183] test_concurrent_futures failure on Windows

2010-11-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Y:\>py3k\__svn__\PCbuild\amd64\python_d.exe -m test.regrtest -v test_concurrent_futures == CPython 3.2a4+ (py3k, Nov 18 2010, 11:12:09) [MSC v.1500 64 bit (AMD64)] == Windows-7-6.1.7600 little-endian == Y:\py3k\__svn__\build\test_python_2016 [1/1] test_conc

[issue10183] test_concurrent_futures failure on Windows

2010-11-18 Thread Brian Quinlan
Brian Quinlan added the comment: Would you include the entire output of the test run? -- ___ Python tracker ___ ___ Python-bugs-list

[issue10183] test_concurrent_futures failure on Windows

2010-10-23 Thread Antoine Pitrou
New submission from Antoine Pitrou : I get this failure quite reliably on a Windows 7 VM, in both 32-bit and 64-bit builds: == FAIL: test_map_timeout (test.test_concurrent_futures.ProcessPoolExecutorTest) --