Skip to content

[3.12] gh-109357: Fix test_monitoring.test_gh108976() (GH-109358) - #109359

Merged
Yhg1s merged 1 commit into
python:3.12from
miss-islington:backport-388d91c-3.12
Sep 13, 2023
Merged

[3.12] gh-109357: Fix test_monitoring.test_gh108976() (GH-109358)#109359
Yhg1s merged 1 commit into
python:3.12from
miss-islington:backport-388d91c-3.12

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Sep 13, 2023

Copy link
Copy Markdown
Contributor

The test now calls free_tool_id() so it can be run multiple times in
the same process. For example, the following command no longer fails:

python -m test test_monitoring -R 3:3

(cherry picked from commit 388d91c)

Co-authored-by: Victor Stinner vstinner@python.org

The test now calls free_tool_id() so it can be run multiple times in
the same process. For example, the following command no longer fails:
python -m test test_monitoring -R 3:3
(cherry picked from commit 388d91c)
Co-authored-by: Victor Stinner <vstinner@python.org>

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@Yhg1s
Yhg1s merged commit 3d8e4d7 into python:3.12Sep 13, 2023
@miss-islington
miss-islington deleted the backport-388d91c-3.12 branch September 13, 2023 10:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@vstinner@Yhg1s