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 Alex Grönholm, Elizacat, Frzk, alex.gronholm, asvetlov, barry, christian.heimes, gc, msornay, python-dev, siemer, sphawk, vstinner, yselivanov
Date 2018-01-29.12:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517229962.12.0.467229070634.issue23749@psf.upfronthosting.co.za>
In-reply-to
Content
test_start_tls_server_1() still fails randomly. Example on AppVeyor on my PR 5423:

https://ci.appveyor.com/project/python/cpython/build/3.7build11472

ERROR: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\cpython\lib\test\test_asyncio\test_sslproto.py", line 293, 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 564, in run_until_complete
    raise RuntimeError('Event loop stopped before Future completed.')
RuntimeError: Event loop stopped before Future completed.

I also had this failure on my Windows 10 VM when running "python -m test -R 3:3 -v test_asyncio". I skipped the test to be able to debug bpo-32710.
History
Date User Action Args
2018-01-29 12:46:02vstinnersetrecipients: + vstinner, barry, siemer, christian.heimes, asvetlov, alex.gronholm, python-dev, yselivanov, msornay, Elizacat, gc, sphawk, Alex Grönholm, Frzk
2018-01-29 12:46:02vstinnersetmessageid: <1517229962.12.0.467229070634.issue23749@psf.upfronthosting.co.za>
2018-01-29 12:46:02vstinnerlinkissue23749 messages
2018-01-29 12:46:02vstinnercreate