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 r.david.murray
Recipients r.david.murray
Date 2014-01-03.22:22:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388787779.06.0.335033013809.issue20118@psf.upfronthosting.co.za>
In-reply-to
Content
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 intermittent.  Running the tests with the same randseed on linux does not reproduce the problem.  Running the test under -F on linux does not produce any failures.

Since this is a DOS security issue, and since the failure is that the exception comes from the ssl module instead of being an imaplib error but it nevertheless blocks the attack, I've left the patch in.  But the reason for the failure should be determined and either the test or the code fixed.  (In the meantime I'll mark the test to be skipped).
History
Date User Action Args
2014-01-03 22:22:59r.david.murraysetrecipients: + r.david.murray
2014-01-03 22:22:59r.david.murraysetmessageid: <1388787779.06.0.335033013809.issue20118@psf.upfronthosting.co.za>
2014-01-03 22:22:58r.david.murraylinkissue20118 messages
2014-01-03 22:22:58r.david.murraycreate