Christian Heimes <li...@cheimes.de> added the comment:

test_start_tls_server_1 is failing reproducible with OpenSSL 1.1.1c on Linux 
(Fedora 29).

======================================================================
ERROR: test_start_tls_server_1 
(test.test_asyncio.test_sslproto.SelectorStartTLSTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/heimes/dev/python/cpython/Lib/test/test_asyncio/test_sslproto.py", line 
577, in test_start_tls_server_1
    self.loop.run_until_complete(run_main())
  File "/home/heimes/dev/python/cpython/Lib/asyncio/base_events.py", line 608, 
in run_until_complete
    return future.result()
  File 
"/home/heimes/dev/python/cpython/Lib/test/test_asyncio/test_sslproto.py", line 
570, in run_main
    await asyncio.wait_for(
  File "/home/heimes/dev/python/cpython/Lib/asyncio/tasks.py", line 461, in 
wait_for
    raise exceptions.TimeoutError()
asyncio.exceptions.TimeoutError

----------
components: +asyncio
nosy: +asvetlov, yselivanov
type:  -> enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37081>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to