Skip to content

Conversation

jkseppan
Copy link
Member

@jkseppan jkseppan commented Jul 6, 2025

I suspect that we are running out of process IDs, or the scheduler
is not letting all subprocesses execute, leading to timeouts in
tests that start subprocesses when other long-running tests are
executing. This happens often with Python 3.14 tests for some reason.

Put the tests that start a subprocess in a separate loadgroup
so that no two of them get executed in parallel.

Alternative to #30264.

I suspect that we are running out of process IDs, or the scheduler
is not letting all subprocesses execute, leading to timeouts in
tests that start subprocesses when other long-running tests are
executing. This happens often with Python 3.14 tests for some reason.

Put the tests that start a subprocess in a separate loadgroup
so that no two of them get executed in parallel.

Alternative to matplotlib#30264.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant