[issue30188] test_nntplib: random EOFError in setUpClass()

2018-09-19 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker ___ ___

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-09-29 Thread STINNER Victor
STINNER Victor added the comment: Recent failure: http://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%20with%20X%203.x/builds/1080/steps/test/logs/stdio == ERROR: test_with_statement (test.test_nntplib.NetworkedNN

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-09-13 Thread STINNER Victor
STINNER Victor added the comment: The SSL EOF error is still common, but in the test, not in setUpClass(). Example: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/874/steps/test/logs/stdio ===

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-08-24 Thread Kubilay Kocak
Kubilay Kocak added the comment: Apologies I meant 5b4feb7e86 by haypo and 067931dd95d (also needs merge?) by inada.naoki -- ___ Python tracker ___

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-08-24 Thread Kubilay Kocak
Kubilay Kocak added the comment: bpo-30188 (and bpo-30188 ?) need merging to 3.6/3.5, 3.6 just failed with: ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:748) Full build log attached -- nosy: +koobs resolution: fixed -> stage: resolved -> backport needed status: close

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-08-10 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-07-26 Thread INADA Naoki
INADA Naoki added the comment: New changeset 067931dd95ddfa34297be9c602a796d9f8d9bea3 by INADA Naoki in branch 'master': bpo-30188: fix TypeError in test_nntplib (GH-2892) https://github.com/python/cpython/commit/067931dd95ddfa34297be9c602a796d9f8d9bea3 -- nosy: +inada.naoki

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-07-26 Thread INADA Naoki
Changes by INADA Naoki : -- pull_requests: +2944 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-07-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset 5b4feb7e86ecb813b2c56560f86cda2fd46b9579 by Victor Stinner in branch 'master': bpo-30188: test_nntplib catch also ssl.SSLEOFError (#2843) https://github.com/python/cpython/commit/5b4feb7e86ecb813b2c56560f86cda2fd46b9579 -- _

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-07-24 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2887 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-07-24 Thread STINNER Victor
STINNER Victor added the comment: Similar but different error (ssl.SSLEOFError) on AMD64 FreeBSD CURRENT Non-Debug 3.5: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Non-Debug%203.5/builds/211/steps/test/logs/stdio =

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-04-27 Thread STINNER Victor
STINNER Victor added the comment: > Contact news.trigofacile.com administrator to ask him to repair the NNTP > server I did that and I got a reply: the server is now fixed! :-D The test is now skipped on server failure (in 3.5, 3.6 and master), and the server is repaired. So I close the issue

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-04-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0eda2d43a7d5b262c979b944592999015a822395 by Victor Stinner in branch '3.5': bpo-30175: Skip client cert tests of test_imaplib (#1320) (#1324) https://github.com/python/cpython/commit/0eda2d43a7d5b262c979b944592999015a822395 -- _

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-04-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset 4dc3b9cf2a868a8378ecbc2221a15e7b59e8e944 by Victor Stinner in branch '3.6': bpo-30175: Skip client cert tests of test_imaplib (#1320) (#1323) https://github.com/python/cpython/commit/4dc3b9cf2a868a8378ecbc2221a15e7b59e8e944 -- _

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-04-27 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1433 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-04-27 Thread STINNER Victor
STINNER Victor added the comment: The news.trigofacile.com server was chosen in the commit 1cb121eceae698b1be0b383de5d42dc9b9accd02 (Antoine Pitrou in 2010) which also added the new NetworkedNNTPTests test case. -- nosy: +pitrou ___ Python tracker

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-04-27 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1435 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-04-27 Thread STINNER Victor
STINNER Victor added the comment: I see 3 options: * Contact news.trigofacile.com administrator to ask him to repair the NNTP server * Run a NNTP server on pythontest.net * Mock the server: see http://bugs.python.org/issue19756#msg268841 -- ___ Pyth

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-04-27 Thread STINNER Victor
STINNER Victor added the comment: NetworkedNNTPTests uses the NNTP server news.trigofacile.com (port 119). It's possible to connect to this server (IPv4: 91.121.26.68), but recv() returns an empty string. -- ___ Python tracker

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-04-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset 5bccca58b9b2b3a925b16750bedbd907695ea8d7 by Victor Stinner in branch 'master': bpo-30175: Skip client cert tests of test_imaplib (#1320) https://github.com/python/cpython/commit/5bccca58b9b2b3a925b16750bedbd907695ea8d7 -- __

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-04-27 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1430 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30188] test_nntplib: random EOFError in setUpClass()

2017-04-27 Thread STINNER Victor
New submission from STINNER Victor: Example of failure: == ERROR: setUpClass (test.test_nntplib.NetworkedNNTPTests) -- Traceback (most recent call last): File