This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients asvetlov, paul.moore, steve.dower, tim.golden, yselivanov, zach.ware
Date 2022-02-22.15:54:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645545285.54.0.15890867337.issue46822@roundup.psfhosted.org>
In-reply-to
Content
Looks like my issue is actually related to the timeouts added in issue44011.

I'm guessing it's an SSL shutdown timeout, because those are notoriously weird on Windows/OpenSSL.

The timeout is now 30s, but the test aborts after 10s. If I increase the test timeout to 50s, it passes reliably.

However, if I pass ssl_shutdown_timeout to the protocol created in the test (which I think is the right place?), it fails with a timeout somewhere else.

So my guess is that my system (VM in a somewhat protected network) is legitimately taking that long to shut down the connection? And so the test timeout ought to be increased?
History
Date User Action Args
2022-02-22 15:54:45steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, asvetlov, zach.ware, yselivanov
2022-02-22 15:54:45steve.dowersetmessageid: <1645545285.54.0.15890867337.issue46822@roundup.psfhosted.org>
2022-02-22 15:54:45steve.dowerlinkissue46822 messages
2022-02-22 15:54:45steve.dowercreate