Re: [Python-Dev] TLS issue (unknown CA) on test_imaplib

2017-04-27 Thread Victor Stinner
2017-04-27 17:16 GMT+02:00 Victor Stinner : > Oh wait, it seems like nntplib now has a fail rate close to 100% :-/ I > created http://bugs.python.org/issue30188 and wrote a fix. I included > this nntplib fix in my imaplib PR... I have good news: * I pushed fixes for test_imaplib and test_nntplib

Re: [Python-Dev] TLS issue (unknown CA) on test_imaplib

2017-04-27 Thread Victor Stinner
2017-04-27 15:46 GMT+02:00 Victor Stinner : > 2017-04-27 15:41 GMT+02:00 Antoine Pitrou : >> There's also a failure in test_nntplib: >> https://travis-ci.org/python/cpython/jobs/226384811#L3157-L3171 > > That's a different issue, unrelated to the SSL issue. > > EOFError is probably as old as test_n

Re: [Python-Dev] TLS issue (unknown CA) on test_imaplib

2017-04-27 Thread Victor Stinner
2017-04-27 15:41 GMT+02:00 Antoine Pitrou : > There's also a failure in test_nntplib: > https://travis-ci.org/python/cpython/jobs/226384811#L3157-L3171 That's a different issue, unrelated to the SSL issue. EOFError is probably as old as test_nntplib, there are 2 open issues to track this bug: ht

Re: [Python-Dev] TLS issue (unknown CA) on test_imaplib

2017-04-27 Thread Antoine Pitrou
There's also a failure in test_nntplib: https://travis-ci.org/python/cpython/jobs/226384811#L3157-L3171 Regards Antoine. On Thu, 27 Apr 2017 14:50:43 +0200 Victor Stinner wrote: > Hi, > > test_imaplib is starting to fail randomly causing CI tests to fail and > buildbots to fail randomly: >