-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-101947: Remove size check from sqlite3 serialize test #102914
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
gh-101947: Remove size check from sqlite3 serialize test #102914
Conversation
The size of the returned data is too implementation specific.
cc. @kulikjak |
FYI, checking against |
Thanks! I verified that the test now passes. I guess that the exact size of dumped data is not that important anyway... |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-102915 is a backport of this pull request to the 3.11 branch. |
…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.
The size of the returned data is too implementation specific.