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.

Author vstinner
Recipients gvanrossum, vstinner
Date 2013-11-15.00:55:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384476957.48.0.494965760116.issue19598@psf.upfronthosting.co.za>
In-reply-to
Content
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
test_winsocketpair_exc (test.test_asyncio.test_windows_utils.WinsocketpairTests) ... ok

======================================================================
FAIL: test_popen (test.test_asyncio.test_windows_utils.PopenTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_asyncio\test_windows_utils.py", line 123, in test_popen
    self.assertEqual(res, _winapi.WAIT_OBJECT_0)
AssertionError: 258 != 0

----------------------------------------------------------------------

258 is the Windows error code for timeout: WAIT_TIMEOUT.

The timeout of 2 seconds if maybe too short for busy and slow Windows buildbots?
History
Date User Action Args
2013-11-15 00:55:57vstinnersetrecipients: + vstinner, gvanrossum
2013-11-15 00:55:57vstinnersetmessageid: <1384476957.48.0.494965760116.issue19598@psf.upfronthosting.co.za>
2013-11-15 00:55:57vstinnerlinkissue19598 messages
2013-11-15 00:55:57vstinnercreate