[issue19598] Timeout in test_popen() of test_asyncio.test_windows_utils.PopenTests

2013-11-15 Thread STINNER Victor
STINNER Victor added the comment: Likely. Can you suggest a fix? Replace the timeout of 2 seconds with a timeout of 10 seconds. It looks like the test checks the overlapped I/O API, not the timing. If you want to test exactly the timing, another test is needed (ex: measure the elapsed time

[issue19598] Timeout in test_popen() of test_asyncio.test_windows_utils.PopenTests

2013-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset d48ec67b3b0e by Guido van Rossum in branch 'default': asyncio: Longer timeout in Windows test_popen. Fixes issue 19598. http://hg.python.org/cpython/rev/d48ec67b3b0e -- nosy: +python-dev ___ Python

[issue19598] Timeout in test_popen() of test_asyncio.test_windows_utils.PopenTests

2013-11-15 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19598 ___

[issue19598] Timeout in test_popen() of test_asyncio.test_windows_utils.PopenTests

2013-11-14 Thread STINNER Victor
New submission from STINNER Victor: http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/7528/steps/test/logs/stdio ... test_popen (test.test_asyncio.test_windows_utils.PopenTests) ... FAIL test_winsocketpair (test.test_asyncio.test_windows_utils.WinsocketpairTests) ... ok

[issue19598] Timeout in test_popen() of test_asyncio.test_windows_utils.PopenTests

2013-11-14 Thread Guido van Rossum
Guido van Rossum added the comment: Likely. Can you suggest a fix? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19598 ___ ___ Python-bugs-list