[issue12210] test_smtplib: intermittent failures on FreeBSD

koobs report at bugs.python.org
Tue Jun 23 01:26:44 CEST 2015


koobs added the comment:

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.

----------
nosy: +koobs
resolution: wont fix -> 
stage: resolved -> needs patch
status: closed -> open
Added file: http://bugs.python.org/file39777/koobs-freebsd10.python.27.build978.log

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12210>
_______________________________________


More information about the Python-bugs-list mailing list