Uh oh!
There was an error while loading. Please reload this page.
bpo-4080: unittest durations - #12271
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
giampaolo
commented
Nov 24, 2022
Hi @iritkatriel and thanks for taking a look at this. I have merged all test conflicts and polished the implementation a little, since the PR was 3 years and unittest code changed in the meantime. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
giampaolo
commented
Apr 2, 2023
@LiteApplication thanks for approving. Merging. |
eggplants
commented
Apr 2, 2023
@giampaolo@LiteApplication doesn't appear to be a regular Python reviewer, is it no problem to merge? |
This comment was marked as off-topic.
This comment was marked as off-topic.
terryjreedy
commented
Apr 3, 2023
Hidden buildbot failure was for test_asyncio. I presume unrelated since random test_asyncio failures are unfortunately routine. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
giampaolo
commented
Apr 3, 2023
@eggplants wrote:
Sorry, I didn't realize that. This was an old PR that unfortunately never received much attention, so it stayed idle for a long time and I occasionally updated it to fix merge conflicts. When I finally saw an approval I was just happy to see it and merged it without further checking. FWIW, I went through these changes multiple times over the last 4 years: I'm confident that the changes introduced in here are OK and are fully retro compatible (this probably was the most sensitive part to consider). |
eggplants
commented
Apr 3, 2023
Anyway, I am glad this feature has finally been merged. Thank you @giampaolo -san. |
giampaolo
commented
Apr 26, 2023
Here's a |
Adds cmdline option to show unit-tests durations + summary of the slowest ones, see https://bugs.python.org/issue4080.
Top 5 slowest ones:
All + individual elapsed time:
https://bugs.python.org/issue4080