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 pitrou
Recipients asvetlov, giampaolo.rodola, pitrou, yselivanov
Date 2017-12-30.19:20:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514661650.99.0.213398074469.issue32458@psf.upfronthosting.co.za>
In-reply-to
Content
It seems test_asyncio fails sporadically on AppVeyor:
https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.10081#L2650

======================================================================
ERROR: test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLS)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\cpython\lib\test\test_asyncio\test_sslproto.py", line 284, in test_start_tls_server_1
    asyncio.wait_for(main(), loop=self.loop, timeout=10))
  File "C:\projects\cpython\lib\asyncio\base_events.py", line 440, in run_until_complete
    return future.result()
  File "C:\projects\cpython\lib\asyncio\tasks.py", line 398, in wait_for
    raise futures.TimeoutError()
concurrent.futures._base.TimeoutError
======================================================================
FAIL: test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLS)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\cpython\lib\test\test_asyncio\functional.py", line 43, in tearDown
    self.fail('unexpected calls to loop.call_exception_handler()')
AssertionError: unexpected calls to loop.call_exception_handler()
History
Date User Action Args
2017-12-30 19:20:51pitrousetrecipients: + pitrou, giampaolo.rodola, asvetlov, yselivanov
2017-12-30 19:20:50pitrousetmessageid: <1514661650.99.0.213398074469.issue32458@psf.upfronthosting.co.za>
2017-12-30 19:20:50pitroulinkissue32458 messages
2017-12-30 19:20:50pitroucreate