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 erlendaasland, lukasz.langa, pablogsal, vstinner
Date 2021-08-17.17:11:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629220314.1.0.737694329199.issue44937@roundup.psfhosted.org>
In-reply-to
Content
In another commit of the same PR 27774, I don't even see test_regrtest in the list of the "10 slowest tests", so test_regrtest took less than "test_socket: 46.4 sec".

If test_regrtest is killed after 20 minutes, it's likely that it was stuck somewhere.

test_tools_script_run_tests() runs Tools/scripts/run_tests.py with command line arguments.

In the past, I see many issues with PermissionError: something prevents to delete a directory on Windows. I never understood what.

regrtest creates a temporary directory, run a process in this directory, and then removes the directory. Here, something is stuck.
History
Date User Action Args
2021-08-17 17:11:54vstinnersetrecipients: + vstinner, lukasz.langa, pablogsal, erlendaasland
2021-08-17 17:11:54vstinnersetmessageid: <1629220314.1.0.737694329199.issue44937@roundup.psfhosted.org>
2021-08-17 17:11:54vstinnerlinkissue44937 messages
2021-08-17 17:11:54vstinnercreate