-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test with OpenSSL 1.1.1c #81262
Comments
OpenSSL 1.1.1c is out, https://github.com/openssl/openssl/blob/OpenSSL_1_1_1c/CHANGES |
test_start_tls_server_1 is failing reproducible with OpenSSL 1.1.1c on Linux (Fedora 29). ====================================================================== 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 |
Reported here: https://bugs.python.org/issue35998 |
Ah, thanks! I forgot about that bug. The test suite is aready failing with OpenSSL 1.1.1b. |
Also those failures are recorded on the Fedora buildbot, it seems to be happening randomly: https://buildbot.python.org/all/#/workers/32 |
Should we update the Windows and Mac installers to 1.1.1c now? |
Duplicate of bpo-35998 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: