[issue35031] test_asyncio test_start_tls_server_1 fails in AMD64 FreeBSD CURRENT buildbots

Pablo Galindo Salgado report at bugs.python.org
Sat Oct 20 12:20:48 EDT 2018


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

It seems that the problem is that the ServerProto of test_start_tls_server_1 never receives a call to eof_received(). Weirdly enough it seems that if the HELLO_MSG is large enough (1024 * 1024), then the test always succeed. If we deactivate tls in the test, the test succeeds with any message lenght.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35031>
_______________________________________


More information about the Python-bugs-list mailing list