This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients corona10, vstinner
Date 2020-08-12.13:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597239398.96.0.26618112198.issue40949@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-08-12 13:36:38vstinnersetrecipients: + vstinner, corona10
2020-08-12 13:36:38vstinnersetmessageid: <1597239398.96.0.26618112198.issue40949@roundup.psfhosted.org>
2020-08-12 13:36:38vstinnerlinkissue40949 messages
2020-08-12 13:36:38vstinnercreate