-
Notifications
You must be signed in to change notification settings - Fork 137
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
Name storage migration, include in error #3198
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 1a59183 Collapsed results for better readability
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3198 +/- ##
=======================================
Coverage 80.68% 80.68%
=======================================
Files 380 380
Lines 93164 93165 +1
=======================================
+ Hits 75166 75167 +1
Misses 15294 15294
Partials 2704 2704
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Work towards #3192
Description
Currently, the storage migration errors that occur at the "framework" level, i.e. not during an "inner" value migration, but in the "outer" storage migration itself, have the generic name "StorageMigration".
This makes it hard to identify which migration pass in the full migration pipeline caused the error.
Add a name to the storage migration, and include it in the error.
master
branchFiles changed
in the Github PR explorer