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 matrixise
Recipients asvetlov, cstratak, koobs, matrixise, op368, pablogsal, vstinner, xtreak, yselivanov
Date 2019-03-05.21:36:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551821783.27.0.492798720752.issue35998@roundup.psfhosted.org>
In-reply-to
Content
./python -m test -W -u network -j0 -r -F test_asyncio

ERROR: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/stephane/src/github.com/python/cpython/Lib/test/test_asyncio/test_sslproto.py", line 510, in test_start_tls_server_1
    self.loop.run_until_complete(run_main())
  File "/home/stephane/src/github.com/python/cpython/Lib/asyncio/base_events.py", line 589, in run_until_complete
    return future.result()
  File "/home/stephane/src/github.com/python/cpython/Lib/test/test_asyncio/test_sslproto.py", line 503, in run_main
    await asyncio.wait_for(
  File "/home/stephane/src/github.com/python/cpython/Lib/asyncio/tasks.py", line 461, in wait_for
    raise exceptions.TimeoutError()
asyncio.exceptions.TimeoutError

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

Ran 2044 tests in 113.604s

openssl 1.1.1b

revision: d8b3a98c9098c66a714fd5593e1928af0ffbc631
History
Date User Action Args
2019-03-05 21:36:23matrixisesetrecipients: + matrixise, vstinner, asvetlov, yselivanov, koobs, cstratak, pablogsal, xtreak, op368
2019-03-05 21:36:23matrixisesetmessageid: <1551821783.27.0.492798720752.issue35998@roundup.psfhosted.org>
2019-03-05 21:36:23matrixiselinkissue35998 messages
2019-03-05 21:36:23matrixisecreate