[issue6748] test_debuglevel from test_telnetlib.py fails

2009-09-27 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: I can still reproduce this test failure after applying patch from r74638. I use Gentoo ~amd64. -- nosy: +Arfrever title: test test_telnetlib failed -> test_debuglevel from test_telnetlib.py fails __

[issue6748] test_debuglevel from test_telnetlib.py fails

2009-10-31 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti priority: -> normal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue6748] test_debuglevel from test_telnetlib.py fails

2009-10-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: This failure actually still happens quite regularly (on the buildbots and also on my Mandriva system). Judging from a quick Google search, errno 104 (ECONNRESET) should be treated as a case of EOF (it means the TCP connection was reset using RST rather than FIN

[issue6748] test_debuglevel from test_telnetlib.py fails

2009-10-31 Thread Derk Drukker
Derk Drukker added the comment: This patch fixes the issue. -- keywords: +patch nosy: +drukker Added file: http://bugs.python.org/file15242/issue6748.patch ___ Python tracker ___

[issue6748] test_debuglevel from test_telnetlib.py fails

2009-10-31 Thread Eric Smith
Eric Smith added the comment: I still get 'Connection reset by peer' on OS/X 10.5.8 with this patch (http://bugs.python.org/file15242/issue6748.patch). -- nosy: +eric.smith ___ Python tracker __

[issue6748] test_debuglevel from test_telnetlib.py fails

2009-10-31 Thread Jack Diederich
Jack Diederich added the comment: Antoine Pitrou: Besides, the test flow in test_telnetlib really is a mess (setUp and tearDown getting called multiple times, for example), could you clean it up? Yes, I'm working on refactoring the test server and separating out testing that versus testing the

[issue6748] test_debuglevel from test_telnetlib.py fails

2009-10-31 Thread Derk Drukker
Derk Drukker added the comment: The change in the patch worked for me on py3k on Ubuntu 9.10. It makes sense, though, that it could still fail: conn can get closed too soon. -- ___ Python tracker _

[issue6748] test_debuglevel from test_telnetlib.py fails

2009-11-01 Thread Antoine Pitrou
Antoine Pitrou added the comment: Please note that the Windows buildbot shows another error: == ERROR: test_debuglevel (test.test_telnetlib.OptionTests) -- Tra

[issue6748] test_debuglevel from test_telnetlib.py fails

2009-11-05 Thread R. David Murray
Changes by R. David Murray : -- keywords: +buildbot ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.