-
Notifications
You must be signed in to change notification settings - Fork 409
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
Add more data to output of collStats
and dbStats
#3538
Add more data to output of collStats
and dbStats
#3538
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3538 +/- ##
==========================================
- Coverage 61.51% 61.31% -0.20%
==========================================
Files 426 426
Lines 27225 27298 +73
==========================================
- Hits 16748 16739 -9
- Misses 9489 9555 +66
- Partials 988 1004 +16
... and 7 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
@chilagrow this pull request has merge conflicts. |
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.
Great job overall, left one suggestion.
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.
LGTM
|
||
var found bool | ||
|
||
for _, cInfo := range cList.Collections { |
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.
- for _, cInfo := range list.Collections
+ for _, cInfo = range list.Collections
I will do that in my PR
Description
Closes #2447.
Closes #3521.
This is analysis of the issue.
Keep #2447 open, capped collection related things can't be tested until #3458 is done,
freeStorageSize
needs to be implemented.Readiness checklist
task all
, and it passed.@FerretDB/core
), Milestone (Next
), Labels, Project and project's Sprint fields.