[issue36348] test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails randomly

2019-04-15 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2815bf5b1f39b9f677135473392887a8d261fc97 by Victor Stinner in branch '3.7': bpo-36348: test_imaplib: add debug info (GH-12846) https://github.com/python/cpython/commit/2815bf5b1f39b9f677135473392887a8d261fc97 -- __

[issue36348] test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails randomly

2019-04-15 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12771 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36348] test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails randomly

2019-04-15 Thread STINNER Victor
STINNER Victor added the comment: I pushed a change to get more information if the test fails again. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36348] test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails randomly

2019-04-15 Thread STINNER Victor
STINNER Victor added the comment: New changeset 74125a60b7a477451ff2b8385bfbce3fdaee8dbc by Victor Stinner in branch 'master': bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) https://github.com/python/cpython/commit/74125a60b7a477451ff2b8385bfbce3fdaee8dbc -- __

[issue36348] test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails randomly

2019-03-19 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-35462. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue36348] test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails randomly

2019-03-18 Thread STINNER Victor
STINNER Victor added the comment: > https://buildbot.python.org/all/#/builders/21/builds/2512 It's s390x RHEL 3.x. -- ___ Python tracker ___ _

[issue36348] test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails randomly

2019-03-18 Thread STINNER Victor
STINNER Victor added the comment: > Seems it used to fail randomly in past too : issue30648 Well, test_logout() fails randomly every 6 months, but when it fails: we have zero info about the bug. The "NO" in the error means that an exception has been raised and the server didn't reply to the

[issue36348] test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails randomly

2019-03-18 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +12365 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue36348] test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails randomly

2019-03-18 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Seems it used to fail randomly in past too : issue30648 -- components: +email nosy: +barry, r.david.murray, xtreak ___ Python tracker _

[issue36348] test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails randomly

2019-03-18 Thread STINNER Victor
New submission from STINNER Victor : https://buildbot.python.org/all/#/builders/21/builds/2512 == FAIL: test_logout (test.test_imaplib.RemoteIMAP_STARTTLSTest) ---