-
Notifications
You must be signed in to change notification settings - Fork 214
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
[Merged by Bors] - Fix db-allow-schema-drift handling #6431
Conversation
tbh. few lines above db was already checked for schema difference, so maybe we should there even use |
@jellonek makes sense, it's actually enough to just ignore schema drift for the api conn pool |
bors merge |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6431 +/- ##
=======================================
Coverage 79.8% 79.8%
=======================================
Files 341 341
Lines 44204 44205 +1
=======================================
+ Hits 35282 35294 +12
+ Misses 6926 6918 -8
+ Partials 1996 1993 -3 ☔ View full report in Codecov by Sentry. |
bors merge |
------- ## Motivation `db-allow-schema-drift` stopped working after adding separate conn pool for the API
Pull request successfully merged into develop. Build succeeded: |
Motivation
db-allow-schema-drift
stopped working after adding separate conn pool for the APIDescription
Fix schema drift handling for the API db connection pool
Test Plan
Verify on a mainnet node