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

support sync limits #1651

Merged
merged 3 commits into from
Mar 25, 2022
Merged

support sync limits #1651

merged 3 commits into from
Mar 25, 2022

Conversation

zhijian-pro
Copy link
Contributor

Close #1624

@codecov-commenter
Copy link

codecov-commenter commented Mar 25, 2022

Codecov Report

Merging #1651 (7ed32f0) into main (6cb675a) will increase coverage by 0.09%.
The diff coverage is 71.42%.

@@            Coverage Diff             @@
##             main    #1651      +/-   ##
==========================================
+ Coverage   61.37%   61.47%   +0.09%     
==========================================
  Files         133      133              
  Lines       22565    22594      +29     
==========================================
+ Hits        13850    13890      +40     
+ Misses       7152     7137      -15     
- Partials     1563     1567       +4     
Impacted Files Coverage Δ
pkg/sync/config.go 92.30% <33.33%> (-7.70%) ⬇️
pkg/sync/sync.go 44.44% <70.00%> (+4.70%) ⬆️
cmd/sync.go 67.48% <100.00%> (+0.68%) ⬆️
pkg/object/webdav.go 72.80% <0.00%> (-0.78%) ⬇️
pkg/chunk/cached_store.go 75.46% <0.00%> (-0.52%) ⬇️
pkg/meta/sql.go 67.08% <0.00%> (-0.11%) ⬇️
cmd/mount.go 70.08% <0.00%> (ø)
pkg/meta/tkv_tikv.go 62.04% <0.00%> (ø)
pkg/vfs/writer.go 79.66% <0.00%> (+1.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cb675a...7ed32f0. Read the comment docs.

@zhijian-pro zhijian-pro marked this pull request as ready for review March 25, 2022 06:22
@zhijian-pro zhijian-pro requested a review from davies March 25, 2022 06:22
@davies davies merged commit f9cde53 into main Mar 25, 2022
@davies davies deleted the support_sync_limits branch March 25, 2022 07:24
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.

Support --limits for sync command
3 participants