-
Notifications
You must be signed in to change notification settings - Fork 229
Improve information shown with verdi storage info
(--detailed
)
#6829
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
base: main
Are you sure you want to change the base?
Conversation
a9babde
to
472ebe7
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6829 +/- ##
==========================================
- Coverage 79.05% 79.03% -0.01%
==========================================
Files 566 566
Lines 43675 43679 +4
==========================================
- Hits 34522 34518 -4
- Misses 9153 9161 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@GeigerJ2, Can you please review this PR? |
Hi @ayushjariyal, I'm sorry I overlooked this and am just getting back here. Thank you for your contribution! I just rebased the PR to bring it to the current state of the code base. The implementation is good1, could you also add tests for the new functionality? Otherwise, I'm also happy to finalize this (I know it's been long since you opened this). Cheers! Footnotes
|
Hi @GeigerJ2 , thanks for reviewing and rebasing the PR! I’ll be happy to add the tests for the new functionality. Could you please point me to the appropriate test file or directory where these should be added? |
Regarding the tests, there is a test of the The test method is located in
You can also add the Footnotes
|
Absolutely! When I was first introducing sqlite-based tests I took a shortcut and automatically marked all tests in |
9d7ba18
to
922abc8
Compare
@ayushjariyal, do you have time to work on this? Otherwise, I can also add the tests and we share authorship on the PR? Would like to wrap it up soon :) |
@GeigerJ2 , I’m a bit caught up with college work right now, so please go ahead and add the tests. Happy to share authorship on the PR—thanks a lot for helping wrap this up! |
for more information, see https://pre-commit.ci
verdi storage info --detailed
verdi storage info
(--detailed
)
issue #6817
Updating the code for additional information to be shown with
verdi storage info --detailed
by adding the creation time(ctime)
and modification time(mtime)
of the first and last nodes in the database.