-
Notifications
You must be signed in to change notification settings - Fork 4
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
SQLAlchemy test cases that hang using the Ingres dialect #43
Comments
Each of the tests that hang with the Ingres dialect and an Ingres 11.2 database will pass if using the PostgreSQL dialect with a PostgreSQL 16.2 database.
|
Brief research notes: The attached file (test_basic_hang.py.txt) is a test that hangs when using the Ingres dialect v0.0.7.dev1 yet does not hang with either the Postgres dialect or the SQLite dialect. In the given test, the hang occurs on the second commit when using the Ingres dialect. Digging a little deeper shows the hang occurs in file |
@hab6 what does ipm/iimonitor show? More than 1 session? |
Internal ticket II-14071 |
Several tests in the SQLAlchemy test suite hang when using the Ingres dialect. Prior to merging PR #42, some of these tests were failing with:
ERROR: No value specified for mandatory column 'id'
Tests known to hang with the Ingres dialect against Ingres 11.2:
Initial investigation should include:
The text was updated successfully, but these errors were encountered: