[issue43943] test_ssl fails in the macos CI

2021-05-03 Thread Christian Heimes
Change by Christian Heimes : -- assignee: -> christian.heimes components: +SSL, Tests -Installation status: open -> pending ___ Python tracker ___

[issue43943] test_ssl fails in the macos CI

2021-05-03 Thread PAKKURTHI MOHAN SAI KRISHNA
Change by PAKKURTHI MOHAN SAI KRISHNA : -- components: +Installation -macOS nosy: -ned.deily, ronaldoussoren ___ Python tracker ___

[issue43943] test_ssl fails in the macos CI

2021-05-03 Thread PAKKURTHI MOHAN SAI KRISHNA
Change by PAKKURTHI MOHAN SAI KRISHNA : -- components: +macOS nosy: +ned.deily, ronaldoussoren status: pending -> open ___ Python tracker ___

[issue43943] test_ssl fails in the macos CI

2021-05-03 Thread Christian Heimes
Christian Heimes added the comment: fingers crossed! -- resolution: -> fixed status: open -> pending type: -> behavior ___ Python tracker ___

[issue43943] test_ssl fails in the macos CI

2021-05-03 Thread Christian Heimes
Christian Heimes added the comment: New changeset c715b524210050bdd2a2e233817246d443bbb236 by Christian Heimes in branch 'master': bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-25850)

[issue43943] test_ssl fails in the macos CI

2021-05-03 Thread Christian Heimes
Christian Heimes added the comment: I'm still unsure why tests are sometimes failing. Test fail rarely on macOS and Windows. When tests are failing it's usually a bunch of tests that fail with "connection reset by peer". I suspect that the listener backlog and timeout of the server socket

[issue43943] test_ssl fails in the macos CI

2021-05-03 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +24533 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25850 ___ Python tracker

[issue43943] test_ssl fails in the macos CI

2021-04-26 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : Check out this build: https://github.com/python/cpython/pull/25584/checks?check_run_id=2437718845 Here, test_ssl fails in the macos CI target: 1 test failed: test_ssl 20 tests skipped: test_devpoll test_epoll test_gdb test_idle test_ioctl

[issue43943] test_ssl fails in the macos CI

2021-04-26 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: > it fails only very rarely. Unfortunately, in https://github.com/python/cpython/pull/25584 it has failed 3 times in a row. That's why I decided to open the issue. Let me re-run again. -- ___ Python

[issue43943] test_ssl fails in the macos CI

2021-04-26 Thread Christian Heimes
Christian Heimes added the comment: I have seen the test fail before. It seems to be flaky on macOS but it fails only very rarely. -- ___ Python tracker ___