[issue20118] test_imaplib test_linetoolong fails on 2.7 in SSL test on some buildbots

2018-12-12 Thread STINNER Victor
STINNER Victor added the comment: The issue should now be fixed. I will reopen it if the test starts failing on a CI. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue20118] test_imaplib test_linetoolong fails on 2.7 in SSL test on some buildbots

2018-12-12 Thread STINNER Victor
STINNER Victor added the comment: New changeset 16d63202af35dadd652a5e3eae687ea709e95b11 by Victor Stinner in branch '2.7': bpo-16039: CVE-2013-1752: Limit imaplib.IMAP4_SSL.readline() (GH-11120) https://github.com/python/cpython/commit/16d63202af35dadd652a5e3eae687ea709e95b11 -- _

[issue20118] test_imaplib test_linetoolong fails on 2.7 in SSL test on some buildbots

2018-12-11 Thread STINNER Victor
STINNER Victor added the comment: Oh, AppVeyor failed on my PR: test_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('127.0.0.1', 0) CLASS = test.test_imaplib.SecureTCPServer HDLR = test.test_imaplib.TooLongHandler server running waiting for

[issue20118] test_imaplib test_linetoolong fails on 2.7 in SSL test on some buildbots

2018-12-11 Thread STINNER Victor
STINNER Victor added the comment: I wrote PR 11120 to reenable the skipped test. If the test will start again, I will try to fix it. If I cannot fix the test, I will skip again the test but close this issue. -- ___ Python tracker

[issue20118] test_imaplib test_linetoolong fails on 2.7 in SSL test on some buildbots

2018-12-11 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +10350 stage: needs patch -> patch review ___ Python tracker ___ ___ P

[issue20118] test_imaplib test_linetoolong fails on 2.7 in SSL test on some buildbots

2018-12-11 Thread STINNER Victor
STINNER Victor added the comment: 4 years later the test is still skipped. That's a good example of "temporary fix" :-) David: Should we just close the issue, or is there anyone around interested to work on a fix? Sadly, the issue doesn't provide the error message and I'm not sure how to re

[issue20118] test_imaplib test_linetoolong fails on 2.7 in SSL test on some buildbots

2014-01-03 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue20118] test_imaplib test_linetoolong fails on 2.7 in SSL test on some buildbots

2014-01-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset d7ae948d9eee by R David Murray in branch '2.7': #16039/#20118: temporarily skip failing imaplib SSL test. http://hg.python.org/cpython/rev/d7ae948d9eee -- nosy: +python-dev ___ Python tracker

[issue20118] test_imaplib test_linetoolong fails on 2.7 in SSL test on some buildbots

2014-01-03 Thread R. David Murray
New submission from R. David Murray: test.test_imaplib.ThreadedNetworkedTestsSSL.test_linetoolong, added as part of the fix for security (DOS attack) issue 16039, is failing on 2.7 on some buildbots (FreeBSD, OpenIndia, Windows). On some platforms (FreeBSD at least) the failure seems to be in