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

Serhiy Storchaka report at bugs.python.org
Tue Oct 31 15:58:54 EDT 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> 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 raised?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31910>
_______________________________________


More information about the Python-bugs-list mailing list