[New-bugs-announce] [issue9619] test_ssl freezes

Antoine Pitrou report at bugs.python.org
Mon Aug 16 01:20:52 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

Recently there have been test_ssl freezes on the buildbots. They seem to happen in the asyncore test case:

http://www.python.org/dev/buildbot/builders/i386%20Ubuntu%203.x/builds/1903/steps/test/logs/stdio
http://www.python.org/dev/buildbot/builders/x86%20Ubuntu%203.x/builds/1742/steps/test/logs/stdio

test_asyncore_server (test.test_ssl.ThreadedTests)
Check the example asyncore integration. ... 
 server:  new connection from 127.0.0.1:36622
 client:  sending b'FOO\n'...
 server:  read b'FOO\n' from client
 client:  read b'foo\n'
 client:  closing connection.
 server:  read b'over\n' from client
 server:  closed connection <ssl.SSLSocket [closed]  object, fd=-1, family=2, type=1, proto=0>
 server:  read b'' from client


The only significant change recently in ssl has been r83869, and asyncore doesn't seem to have recent any important changes lately.

----------
components: Library (Lib), Tests
messages: 114024
nosy: giampaolo.rodola, pitrou
priority: normal
severity: normal
status: open
title: test_ssl freezes
versions: Python 3.2

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


More information about the New-bugs-announce mailing list