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 vstinner
Recipients vstinner
Date 2019-04-16.15:33:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555428812.28.0.8476610519.issue36631@roundup.psfhosted.org>
In-reply-to
Content
> It seems like test_urllib2net.test_ftp_no_timeout() has no timeout: it should use a timeout to not block the whole test suite if the FTP server is down.

Well. I didn't read the name of the test... I'm not sure that it makes any sense to add a timeout to test called "no_timeout"...

On Linux, there is TCP_USER_TIMEOUT socket option. Maybe we could use that?

Or maybe I will just close the issue since it's likely that it's not going to come back soon...
History
Date User Action Args
2019-04-16 15:33:32vstinnersetrecipients: + vstinner
2019-04-16 15:33:32vstinnersetmessageid: <1555428812.28.0.8476610519.issue36631@roundup.psfhosted.org>
2019-04-16 15:33:32vstinnerlinkissue36631 messages
2019-04-16 15:33:32vstinnercreate