zopefoundation / zope.sqlalchemy

Integration of SQLAlchemy with transaction management
Other
32 stars 34 forks source link

Possible deadlock when running Python 3.11+ tests #84

Closed icemac closed 2 months ago

icemac commented 2 months ago

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 commented 2 months ago

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.