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

mirror: fix 0 byte files not getting mirrored #2739

Merged
merged 1 commit into from Apr 3, 2019

Conversation

poornas
Copy link
Contributor

@poornas poornas commented Apr 2, 2019

Fixes: #2737

See issue for replicating the error. Issue was due to source url constructed incorrectly without slash delimiter for 0 byte files - dminiobucket/obj instead of dminio/bucket/obj

@codecov
Copy link

codecov bot commented Apr 2, 2019

Codecov Report

Merging #2739 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2739      +/-   ##
==========================================
- Coverage   10.58%   10.58%   -0.01%     
==========================================
  Files         129      129              
  Lines       12638    12640       +2     
==========================================
  Hits         1338     1338              
- Misses      11132    11134       +2     
  Partials      168      168
Impacted Files Coverage Δ
cmd/mirror-main.go 0% <0%> (ø) ⬆️

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 a1355e5...282f388. Read the comment docs.

Copy link
Collaborator

@kannappanr kannappanr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested. LGTM

Copy link
Contributor

@sinhaashish sinhaashish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested & LGTM

@kannappanr kannappanr merged commit 8ae04b4 into minio:master Apr 3, 2019
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.

None yet

3 participants