STINNER Victor <[email protected]> added the comment:
While running "./python -m test.bisect_cmd test_socket --fail-env-changed -v -o
bisect" 6x in parallel (with a different filename for the -o option), I got
this error:
testSourceAddress (test.test_socket.NetworkConnectionAttributesTest) ...
Warning -- Unraisable exception
Exception ignored in thread started by: <bound method ThreadableTest.clientRun
of <test.test_socket.NetworkConnectionAttributesTest
testMethod=testSourceAddress>>
Traceback (most recent call last):
File "/home/vstinner/cpython/Lib/test/test_socket.py", line 396, in clientRun
self.clientTearDown()
File "/home/vstinner/cpython/Lib/test/test_socket.py", line 5164, in
clientTearDown
self.cli.close()
AttributeError: 'NetworkConnectionAttributesTest' object has no attribute 'cli'
By the way, I was also running "./python -m test -j20 -r -F" in parallel and it
failed with the following error which isn't very helpful :-(
test test_socket failed -- multiple errors occurred; run in verbose mode for
details
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue40949>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com