Skip to content
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

cmd/fsck: support the nlink of the check and repair directory #2785

Merged
merged 13 commits into from
Sep 23, 2022

Conversation

zhijian-pro
Copy link
Contributor

close #2772

@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2022

Codecov Report

Base: 59.71% // Head: 60.03% // Increases project coverage by +0.31% 🎉

Coverage data is based on head (68f5336) compared to base (391a730).
Patch coverage: 78.64% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2785      +/-   ##
==========================================
+ Coverage   59.71%   60.03%   +0.31%     
==========================================
  Files         138      139       +1     
  Lines       23750    23891     +141     
==========================================
+ Hits        14182    14342     +160     
+ Misses       7721     7689      -32     
- Partials     1847     1860      +13     
Impacted Files Coverage Δ
pkg/meta/interface.go 45.45% <ø> (ø)
pkg/meta/base.go 67.65% <75.60%> (+2.27%) ⬆️
pkg/meta/sql.go 64.40% <77.77%> (+0.64%) ⬆️
cmd/fsck.go 68.06% <100.00%> (+1.99%) ⬆️
pkg/meta/redis.go 70.31% <100.00%> (+0.26%) ⬆️
pkg/meta/tkv.go 75.02% <100.00%> (+0.39%) ⬆️
pkg/meta/tkv_mem.go 86.61% <0.00%> (-0.71%) ⬇️
pkg/vfs/handle.go 85.56% <0.00%> (ø)
pkg/meta/tkv_fdb.go 87.67% <0.00%> (ø)
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@zhijian-pro zhijian-pro marked this pull request as ready for review September 21, 2022 01:22
cmd/fsck.go Outdated Show resolved Hide resolved
@zhijian-pro zhijian-pro force-pushed the fsck_check_nlink branch 2 times, most recently from 5f28f84 to 9cd1dcc Compare September 21, 2022 12:46
pkg/meta/sql.go Outdated Show resolved Hide resolved
pkg/meta/base_test.go Outdated Show resolved Hide resolved
pkg/meta/base.go Show resolved Hide resolved
pkg/meta/base.go Show resolved Hide resolved
pkg/meta/base.go Outdated Show resolved Hide resolved
pkg/meta/base.go Outdated Show resolved Hide resolved
@zhijian-pro zhijian-pro force-pushed the fsck_check_nlink branch 2 times, most recently from 215752e to 5d50d06 Compare September 22, 2022 08:26
@zhijian-pro zhijian-pro marked this pull request as draft September 22, 2022 11:46
pkg/meta/redis.go Outdated Show resolved Hide resolved
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 6 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@zhijian-pro zhijian-pro marked this pull request as ready for review September 22, 2022 13:22
@davies davies merged commit 835faae into main Sep 23, 2022
@davies davies deleted the fsck_check_nlink branch September 23, 2022 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve fsck
4 participants