-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
test_sqlite3 failure with SQLite 3.40.1 #101947
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
Comments
Is there a Docker image for Solaris so I can try to reproduce this? |
Sadly, there isn't an Oracle Solaris docker image available. At first, I thought that this would be an issue on all systems, but I did some testing on RHEL yesterday and cannot reproduce it there. Let me do some more digging and I'll let you know once I find something. |
Thanks; without a system to reproduce this on, I'm unable to make progress here. |
I think I found the issue; It's not about Solaris/Linux platform differences, it's about the way SQLite is being compiled. We are compiling SQLite with |
Thanks for debugging; that makes sense! So our test is wrong. We should compare with that constant, not some arbitrary value. |
The size of the returned data is too implementation specific.
The size of the returned data is too implementation specific.
…nGH-102914) The size of the returned data is too implementation specific. (cherry picked from commit 61405da) Co-authored-by: Erlend E. Aasland <[email protected]>
The size of the returned data is too implementation specific. (cherry picked from commit 61405da) Co-authored-by: Erlend E. Aasland <[email protected]>
…n#102914) The size of the returned data is too implementation specific.
…n#102914) The size of the returned data is too implementation specific.
Uh oh!
There was an error while loading. Please reload this page.
Since we recently updated from SQLite 3.35.5 to 3.40.1, I am seeing the following test failure:
It seems that the size of serialized data changed between those two SQLite versions, causing this issue; when I remove this assert, the test passes.
This is on Oracle Solaris (both SPARC and Intel); in both 3.11.0 and the latest changes cloned from GitHub (both 3.11 and main branches).
Linked PRs
The text was updated successfully, but these errors were encountered: