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 shreyanavigyan
Recipients asvetlov, erlendaasland, pablogsal, shreyanavigyan, vstinner, yselivanov
Date 2021-06-04.10:30:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622802659.44.0.119821196215.issue44112@roundup.psfhosted.org>
In-reply-to
Content
I ran the test_suite on commit f3fa63ec75fdbb4a08a10957a5c631bf0c4a5970 in my WSL 1 Ubuntu and got some unexpected results. There are huge reference leaks in the tests and test_asyncio, test_subprocess, test_socket, etc., failed. I forked the branch a while ago so the HEAD is on f3fa63ec75fdbb4a08a10957a5c631bf0c4a5970. Don't know if these are fixed already but reported them here since there were no commits for any issue based on test_asyncio, test_subprocess recently. And most surprisingly I got a timeout error also but it was for "2:03:30 load avg: 0.52 running: test_ssl (1 hour 54 min), test_largefile (1 hour 18 min), test_io (1 hour 30 min)". I attached the log for full details. (I use WSL 1 so note it's written ./python.exe instead of ./python)
History
Date User Action Args
2021-06-04 10:30:59shreyanavigyansetrecipients: + shreyanavigyan, vstinner, asvetlov, yselivanov, pablogsal, erlendaasland
2021-06-04 10:30:59shreyanavigyansetmessageid: <1622802659.44.0.119821196215.issue44112@roundup.psfhosted.org>
2021-06-04 10:30:59shreyanavigyanlinkissue44112 messages
2021-06-04 10:30:59shreyanavigyancreate