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 erlendaasland
Recipients christian.heimes, erlendaasland, pablogsal
Date 2021-05-26.07:26:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622013983.59.0.525288060169.issue44229@roundup.psfhosted.org>
In-reply-to
Content
New failure in CI: https://github.com/python/cpython/runs/2669949777?check_suite_focus=true

======================================================================
ERROR: test_msg_callback_deadlock_bpo43577 (test.test_ssl.TestSSLDebug)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/runner/work/cpython/cpython/Lib/test/test_ssl.py", line 4813, in test_msg_callback_deadlock_bpo43577
    s.connect((HOST, server.port))
  File "/Users/runner/work/cpython/cpython/Lib/ssl.py", line 1372, in connect
    self._real_connect(addr, False)
  File "/Users/runner/work/cpython/cpython/Lib/ssl.py", line 1359, in _real_connect
    super().connect(addr)
ConnectionRefusedError: [Errno 61] Connection refused
History
Date User Action Args
2021-05-26 07:26:23erlendaaslandsetrecipients: + erlendaasland, christian.heimes, pablogsal
2021-05-26 07:26:23erlendaaslandsetmessageid: <1622013983.59.0.525288060169.issue44229@roundup.psfhosted.org>
2021-05-26 07:26:23erlendaaslandlinkissue44229 messages
2021-05-26 07:26:23erlendaaslandcreate