-
Notifications
You must be signed in to change notification settings - Fork 1
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
Vc/updates #9
Vc/updates #9
Conversation
… fix in place upstream
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #9 +/- ##
==========================================
+ Coverage 72.72% 72.74% +0.01%
==========================================
Files 38 38
Lines 3733 3735 +2
==========================================
+ Hits 2715 2717 +2
Misses 760 760
Partials 258 258
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
// This is a dummy variable to prevent unused regexp import error | ||
var _ = ®exp.Regexp{} | ||
|
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.
nit: You should actually be able to handle this at the import by doing:
import (
_ "regexp"
)
edit: I see this is a generated file, so not sure if you added this line.
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.
yep, not me, that's the generator.
Lots of changes here:
v23.1.13
crdb
driver. Note: even this doesn't quite give us what we need, so I need to submit a PR against the forked repo.--enable-soft-deletes
(which resolved a BUNCH of weird test failures).I tested by doing
make test-database
,make unit-test
, andmake integration-test
. Everything came up clean.