sbp commented on PR #584:
URL:
https://github.com/apache/tooling-trusted-releases/pull/584#issuecomment-3807452765
This PR does not work. The reason why is evident from structlog entries:
```json
{"event": "Unhandled exception in client_connected_cb\ntransport: <[...]>",
"exc_info": [
"<class 'TimeoutError'>",
"TimeoutError('SSL shutdown timed out')",
"<traceback object at [...]>"],
"level": "error",
"logger": "asyncio",
"timestamp": "2026-01-27T20:30:50.510784Z"}
```
The PR code searches for `SSL shutdown timed out` in the `event`, but the
message is not there. Although we appreciate all attempts at contribution and
realise that they take volunteer time and effort, please understand that we can
only accept tested PRs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]