-
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
Fix Python tests on MacOS platform #57
Comments
This might be low hanging fruit at this point. |
This is no low-hanging fruit. There’s an issue with the native Python SQLite code when our Go binary is used. It’s difficult to pinpoint why this is happening, as our Go code utilizes its own SQLite connector. The problem in Python stems from a pointer being freed twice. We observe the following stack trace:
In this PR and this PR, we attempted to re-enable the Mac tests, but without success. (Technically, the Mac tests have always been running with Here are some thoughts:
To anyone reading this, please feel free to investigate further and submit a PR with a fix. We would greatly appreciate catching issues on Mac during CI. Unfortunately, at this time, we still need to ignore these failures. |
No description provided.
The text was updated successfully, but these errors were encountered: