[issue44229] Intermittent connection errors in ssl tests on macOS CI

Erlend E. Aasland report at bugs.python.org
Wed May 26 03:26:23 EDT 2021


Erlend E. Aasland <erlend.aasland at innova.no> added the comment:

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

----------
title: test_get_server_certificate fails intermittently on macOS -> Intermittent connection errors in ssl tests on macOS CI

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


More information about the Python-bugs-list mailing list