[New-bugs-announce] [issue43562] test_ssl.NetworkedTests.test_timeout_connect_ex fails if network is unreachable

Carl Meyer report at bugs.python.org
Fri Mar 19 16:57:27 EDT 2021


New submission from Carl Meyer <carl at oddbird.net>:

In general it seems the CPython test suite takes care to not fail if the network is unreachable, but `test_timeout_connect_ex` fails because the result code of the connection is checked without any exception being raised that would reach `support.transient_internet`.

----------
components: Tests
messages: 389113
nosy: carljm
priority: normal
severity: normal
status: open
title: test_ssl.NetworkedTests.test_timeout_connect_ex fails if network is unreachable
type: behavior
versions: Python 3.10, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list