STINNER Victor <vstin...@python.org> added the comment:

Another error while running "./python -m test test_socket --fail-env-changed 
-j20 -r -F -w":

NetworkConnectionNoServer.test_create_connection() fails with "AssertionError: 
OSError not raised".

0:01:13 load avg: 69.29 [ 12/1] test_socket failed (1 min 9 sec) -- running: 
test_socket (...)

/home/vstinner/cpython/Lib/test/test_socket.py:5120: ResourceWarning: unclosed 
<socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, 
proto=6,
 laddr=('127.0.0.1', 44304), raddr=('127.0.0.1', 44304)>
  socket.create_connection((HOST, port))
ResourceWarning: Enable tracemalloc to get the object allocation traceback

test test_socket failed -- Traceback (most recent call last):
  File "/home/vstinner/cpython/Lib/test/test_socket.py", line 5120, in 
test_create_connection
    socket.create_connection((HOST, port))
AssertionError: OSError not raised

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40949>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to