[issue31910] test_socket.test_create_connection() failed with EADDRNOTAVAIL (err 99)

2017-11-08 Thread STINNER Victor
STINNER Victor added the comment: > I don't see this failure on Travis for a while now. Can this issue be closed? Since the failure occurred randomly, we cannot make sure that the bug is really fixed. Usually in this case, I close the issue, but reopen it if the bug comes back. So yes, I clo

[issue31910] test_socket.test_create_connection() failed with EADDRNOTAVAIL (err 99)

2017-11-08 Thread Berker Peksag
Berker Peksag added the comment: I don't see this failure on Travis for a while now. Can this issue be closed? -- nosy: +berker.peksag type: -> behavior ___ Python tracker ___

[issue31910] test_socket.test_create_connection() failed with EADDRNOTAVAIL (err 99)

2017-11-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset 4b73a79e796c3832be0cfd45bc27f15aea32b621 by Victor Stinner (Miss Islington (bot)) in branch '2.7': Fix test_socket.test_create_connection() (GH-4206) (#4209) https://github.com/python/cpython/commit/4b73a79e796c3832be0cfd45bc27f15aea32b621

[issue31910] test_socket.test_create_connection() failed with EADDRNOTAVAIL (err 99)

2017-11-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset 89b84b026b389f3c61cbbc5ee89afd8248721b0d by Victor Stinner (Miss Islington (bot)) in branch '3.6': Fix test_socket.test_create_connection() (GH-4206) (#4208) https://github.com/python/cpython/commit/89b84b026b389f3c61cbbc5ee89afd8248721b0d

[issue31910] test_socket.test_create_connection() failed with EADDRNOTAVAIL (err 99)

2017-10-31 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4178 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31910] test_socket.test_create_connection() failed with EADDRNOTAVAIL (err 99)

2017-10-31 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4177 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31910] test_socket.test_create_connection() failed with EADDRNOTAVAIL (err 99)

2017-10-31 Thread STINNER Victor
STINNER Victor added the comment: New changeset 280c22a82a6756e9caffef031c564fd98f1b50e7 by Victor Stinner in branch 'master': Fix test_socket.test_create_connection() (#4206) https://github.com/python/cpython/commit/280c22a82a6756e9caffef031c564fd98f1b50e7 -- __

[issue31910] test_socket.test_create_connection() failed with EADDRNOTAVAIL (err 99)

2017-10-31 Thread STINNER Victor
STINNER Victor added the comment: > Or maybe just repeat the test if EADDRNOTAVAIL is raised? I don't think that it's worth it. -- ___ Python tracker ___ _

[issue31910] test_socket.test_create_connection() failed with EADDRNOTAVAIL (err 99)

2017-10-31 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +4175 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue31910] test_socket.test_create_connection() failed with EADDRNOTAVAIL (err 99)

2017-10-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I'm not a networking but it seems reasonable. If I understand correctly, EADDRNOTAVAIL can be raised on the Travis CI when a large number of network connections are created simultaneously by other CI tests. Or maybe just repeat the test if EADDRNOTAVAIL is

[issue31910] test_socket.test_create_connection() failed with EADDRNOTAVAIL (err 99)

2017-10-31 Thread STINNER Victor
New submission from STINNER Victor : On my PR 4200 which is unrelated to networking, the following test failed once. FAIL: test_create_connection (test.test_socket.NetworkConnectionNoServer) -- Traceback (most recent call last):