One call to ApplyChangeSets per block#3533
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3533 +/- ##
==========================================
- Coverage 59.14% 58.67% -0.47%
==========================================
Files 2218 2171 -47
Lines 183100 178267 -4833
==========================================
- Hits 108290 104599 -3691
+ Misses 65046 64261 -785
+ Partials 9764 9407 -357
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
PR SummaryHigh Risk Overview Rootmulti adds a FlatKV adds Migration routing introduces New tests assert exactly one SC Reviewed by Cursor Bugbot for commit bdeb178. Bugbot is set up for automated code reviews on this repo. Configure here. |
Describe your changes and provide context
Things can be simplified greatly (in future PRs) if we limit calls to ApplyChangeSets() to once per block. Current code calls this method with empty change sets sometimes, and the code required to support this is extremely nontrivial.