homepage

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 pitrou
Recipients pitrou, vinay.sajip
Date 2012年04月22日.12:29:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335097784.55.0.606093462856.issue14644@psf.upfronthosting.co.za>
In-reply-to
Content
test_logging always fails on the OS X Tiger buildbot:
http://www.python.org/dev/buildbot/all/builders/x86%20Tiger%203.x
Traceback (most recent call last):
 File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/smtplib.py", line 365, in getreply
 line = self.file.readline()
 File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/socket.py", line 297, in readinto
 return self._sock.recv_into(b)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
 File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/logging/handlers.py", line 930, in emit
 smtp = smtplib.SMTP(self.mailhost, port, timeout=self.timeout)
 File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/smtplib.py", line 238, in __init__
 (code, msg) = self.connect(host, port)
 File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/smtplib.py", line 319, in connect
 (code, msg) = self.getreply()
 File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/smtplib.py", line 369, in getreply
 + str(e))
smtplib.SMTPServerDisconnected: Connection unexpectedly closed: timed out
Logged from file , line 0
test test_logging failed
ok
======================================================================
FAIL: test_basic (test.test_logging.SMTPHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_logging.py", line 941, in test_basic
 self.assertTrue(self.handled.is_set())
AssertionError: False is not true
History
Date User Action Args
2012年04月22日 12:29:44pitrousetrecipients: + pitrou, vinay.sajip
2012年04月22日 12:29:44pitrousetmessageid: <1335097784.55.0.606093462856.issue14644@psf.upfronthosting.co.za>
2012年04月22日 12:29:43pitroulinkissue14644 messages
2012年04月22日 12:29:43pitroucreate

AltStyle によって変換されたページ (->オリジナル) /