-
Notifications
You must be signed in to change notification settings - Fork 490
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
Runtime: Add delete-if-exists check for the no longer used indexer.sqlite file… #5531
Conversation
… in genesis data directory..
Codecov Report
@@ Coverage Diff @@
## master #5531 +/- ##
==========================================
- Coverage 55.78% 55.06% -0.73%
==========================================
Files 446 446
Lines 63262 63272 +10
==========================================
- Hits 35293 34841 -452
- Misses 25590 26042 +452
- Partials 2379 2389 +10
... and 55 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
One typo, one nit, otherwise LGTM
Still not sure if this is a good idea to bake in, or if we should just let legacy users manage with a release note. Seems like it would affect a small number of users. |
Summary
Add delete-if-exists check for the no longer used indexer.sqlite file in genesis data directory.
Test Plan
Ran node locally with indexer.sqlite file present, not present, and initial condition with data directory not created yet.