-
-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
sqlite3 test CheckTraceCallbackContent fails for sqlite v3.7.3 through 3.7.14.1 #84987
Comments
Either we fix tests for SQLite < 3.7.15, or we drop support for SQLite < 3.7.15. (I'm +1 for the latter.) NB: Versions pre 3.7.3 does not build at all, because of |
Also related to bpo-26187 |
Could you please check https://distrowatch.com/ and verify that all major Linux distributions have a sufficient version of sqlite. Please also check LTS like Debian oldstable, Ubuntu, and CentOS. |
Debian oldstable (jessie) has sqlite 3.8.7.1 The following distributions include sqlite version _less than_ 3.7.15: The other hits were inactive distros. |
+1 for dropping support for < 3.7.15 in master. We should fix or skip tests in maintenance branches. |
All right, will do, Berker Persag. |
FYI, the #if in line 1563 in
|
Please ping this issue if the backports don't auto-merge after the tests pass, or if the tests fail. |
PR's for fixing the tests in 3.9 and 3.8 are now awaiting merge. PR for dropping support for SQLite pre 3.7.15 in master is opened. |
It looks like the markup in the NEWS entry broke Travis on master. I guess that's one downside of Travis not being a required job anymore. |
I think this is now done. Thank you, Erlend! |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: