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 pablogsal
Recipients pablogsal, steve.dower, vstinner
Date 2020-01-08.16:43:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578501833.45.0.621832371161.issue39253@roundup.psfhosted.org>
In-reply-to
Content
> We can stop using --junit-xml if we want. GitHub Actions doesn't support displaying test results anyway, so once Azure Pipelines is switched off we'll just be reading the console all the time anyway (unless Buildbot has a way of rendering test results that I haven't noticed?)


We are using --junit-xml on the buildbots to analyze failures and in the future we can use it to better display the summary, as is more reliable than parsing the longs.

> I guess keeping those objects around looks like a leak?

Yeah, because it seems that we collect those objects in the innermost runner, while the refleak runner runs the whole "test suite" (the test file, like test_list.py) as one unit.

To be honest, the easiest fix here maybe is just deactivating the --junit and make a warning as in bpo-27103
History
Date User Action Args
2020-01-08 16:43:53pablogsalsetrecipients: + pablogsal, vstinner, steve.dower
2020-01-08 16:43:53pablogsalsetmessageid: <1578501833.45.0.621832371161.issue39253@roundup.psfhosted.org>
2020-01-08 16:43:53pablogsallinkissue39253 messages
2020-01-08 16:43:53pablogsalcreate