-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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): Assert SQLInterfaceError is raised #16713
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @wence- !
aah looks like there's another issue in that file
|
I believe you just need to rebase; there are now dedicated |
Thanks, I didn't actually run this, which was a mistake |
We need to actually catch |
There's a hypothesis test that has failed, but that's unrelated to what you're fixing
I think this can be merged to get CI green again, I'll make a separate PR to address the hypothesis failure |
Ahhh, I see what happened; merging the backlog of breaking changes left this test a little out of order. It's already fixed in #16711, for example, which is from a branch that was pending merge of the breaking changes and accounts for them. Can merge either to get this test green again. |
thanks! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16713 +/- ##
==========================================
- Coverage 81.49% 81.47% -0.02%
==========================================
Files 1416 1415 -1
Lines 186880 186768 -112
Branches 3023 3022 -1
==========================================
- Hits 152289 152167 -122
- Misses 34059 34069 +10
Partials 532 532 ☔ View full report in Codecov by Sentry. |
thanks @wence- ! |
No description provided.