Skip to content
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 transactions again and update tests #215

Merged

Conversation

Octogonapus
Copy link
Contributor

#213 did not actually fix transactions because DBInterface.transaction wasn't imported (plus some other errors).
This PR fixes that, and also updates the tests to use a MySQL container to make it easier to run them locally.

I have also tested this with our internal projects.

Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.71%. Comparing base (ffd5aeb) to head (0c6a373).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #215      +/-   ##
==========================================
+ Coverage   64.36%   64.71%   +0.34%     
==========================================
  Files           9       10       +1     
  Lines        1114     1125      +11     
==========================================
+ Hits          717      728      +11     
  Misses        397      397              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks; this is great. Sorry for hte hassle.

@quinnj quinnj merged commit 7b75f23 into JuliaDatabases:main Feb 23, 2024
6 checks passed
@Octogonapus Octogonapus deleted the update_tests_and_fix_transaction branch February 23, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants