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 koobs
Recipients koobs, r.david.murray, skrah
Date 2015-06-22.23:26:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435015604.16.0.635683746528.issue12210@psf.upfronthosting.co.za>
In-reply-to
Content
Observed the following test_smtplib failure on koobs-freebsd10, noting that the timeout parameter is still 3 

test test_smtplib failed -- Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd10/build/Lib/test/test_smtplib.py", line 222, in testHELP
    smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd10/build/Lib/smtplib.py", line 256, in __init__
    (code, msg) = self.connect(host, port)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd10/build/Lib/smtplib.py", line 317, in connect
    (code, msg) = self.getreply()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd10/build/Lib/smtplib.py", line 365, in getreply
    + str(e))
SMTPServerDisconnected: Connection unexpectedly closed: timed out[283/401] test_abstract_numbers

Complete log attached.
History
Date User Action Args
2015-06-22 23:26:44koobssetrecipients: + koobs, r.david.murray, skrah
2015-06-22 23:26:44koobssetmessageid: <1435015604.16.0.635683746528.issue12210@psf.upfronthosting.co.za>
2015-06-22 23:26:44koobslinkissue12210 messages
2015-06-22 23:26:44koobscreate