-
Notifications
You must be signed in to change notification settings - Fork 608
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
ci: jobs now hang somewhat regularly after enabling python 3.13 tests #10733
Comments
Seems like it might not be specific to postgres/psycopg and more related to Python 3.13. Here's an MS SQL test run hanging indefinitely: https://github.com/ibis-project/ibis/actions/runs/13001091981/job/36259761771?pr=10735 |
Ok, it's not specific to python 3.13, here's a postgres run with python 3.10. I'm going to disable running tests in parallel and see if that helps. |
This seems to have been mitigated by more aggressive connection clean up in tests. |
https://github.com/ibis-project/ibis/actions/runs/12990636602/job/36226330020?pr=10729
AFAICT it's limited to python 3.13 as well.
The text was updated successfully, but these errors were encountered: