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

2021-05-31 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: > Are you sure? All the reports are from macOS CI. Christian mentioned that it > could be similar to another ssl test failure that also happen on Windows, but > those tracebacks do not match the ones in this issue. I am certainly not sure, but I think

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

2021-05-31 Thread Erlend E. Aasland
Erlend E. Aasland added the comment: FWIW: 1st shell: $ ./python.exe -m test test_ssl -u all -m test_get_server_certificate -F $ ps [...] 1271 ttys0040:01.00 ./python.exe -m test test_ssl -u all -m test_get_server_certificate -F 2nd shell: $ sudo errinfo -p 1271 The syscall trace shows

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

2021-05-29 Thread Erlend E. Aasland
Erlend E. Aasland added the comment: See also bpo-43855. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2021-05-29 Thread Erlend E. Aasland
Erlend E. Aasland added the comment: > It could be, but the same thing happens on Windows Are you sure? All the reports are from macOS CI. Christian mentioned that it could be similar to another ssl test failure that also happen on Windows, but those tracebacks do not match the ones in this

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

2021-05-29 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: > This might be the same macOS bug. It could be, but the same thing happens on Windows -- ___ Python tracker ___

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

2021-05-29 Thread Erlend E. Aasland
Erlend E. Aasland added the comment: Here's the output when with test.support.verbose = True: test_ssl: testing with 'OpenSSL 1.1.1k 25 Mar 2021' (1, 1, 1, 11, 15) under Mac ('11.3.1', ('', '', ''), 'x86_64')

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

2021-05-26 Thread Erlend E. Aasland
Erlend E. Aasland added the comment: Build info for macOS CI attached. -- Added file: https://bugs.python.org/file50063/5_Display build info.txt ___ Python tracker ___ ___

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

2021-05-26 Thread Erlend E. Aasland
Erlend E. Aasland 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) -