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