Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible deadlock when running Python 3.11+ tests #84

Closed
icemac opened this issue Sep 18, 2024 · 1 comment · Fixed by #85
Closed

Possible deadlock when running Python 3.11+ tests #84

icemac opened this issue Sep 18, 2024 · 1 comment · Fixed by #85

Comments

@icemac
Copy link
Member

icemac commented Sep 18, 2024

Running the tests for Python 3.11 and 3.12 on GHA is currently cancelled after six hours of runtime.
Maybe we have (again) a deadlock here.

Example runs:

@icemac
Copy link
Member Author

icemac commented Sep 20, 2024

Solved in #85 by not allowing the versions which run into a deadlock.
This might need some further investigation to find out which changes led to the deadlock and whether we might have to change something on our side.

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

Successfully merging a pull request may close this issue.

1 participant