-
-
Notifications
You must be signed in to change notification settings - Fork 424
(Python?) SSL handshake seems to be time-limited, CI tests rarely time out on busy workers #3401
Copy link
Copy link
Open
Labels
CIEntries related to continuous integration infrastructure (here CI = tools + scripts + recipes)Entries related to continuous integration infrastructure (here CI = tools + scripts + recipes)SSL/NSSIssues and PRs about SSL, TLS and other crypto-related mattersIssues and PRs about SSL, TLS and other crypto-related mattersimpacts-release-2.8.5Issues reported against NUT release 2.8.5 (maybe vanilla or with minor packaging tweaks)Issues reported against NUT release 2.8.5 (maybe vanilla or with minor packaging tweaks)python
Milestone
Metadata
Metadata
Assignees
Labels
CIEntries related to continuous integration infrastructure (here CI = tools + scripts + recipes)Entries related to continuous integration infrastructure (here CI = tools + scripts + recipes)SSL/NSSIssues and PRs about SSL, TLS and other crypto-related mattersIssues and PRs about SSL, TLS and other crypto-related mattersimpacts-release-2.8.5Issues reported against NUT release 2.8.5 (maybe vanilla or with minor packaging tweaks)Issues reported against NUT release 2.8.5 (maybe vanilla or with minor packaging tweaks)python
Type
Projects
Status
In Progress
I saw timestamps around the test suggest a 10 or 20 second range, maybe it is part of that system being busy that an e.g. 5-second timeout is buffered by a lot of time waiting for CPU after/before time-stamped report lines.
When I experimented with timeouts between C client and
upsd, minute-long delays on client side did not break off the server side, I think. So probably the time-limited handshake is in Python SSL library...This does however pop up with NSS tests (for the few times this was seen at all), which so far should only impact the server side.