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

digestset: refine some words on unit test #2435

Merged
merged 1 commit into from Nov 23, 2017

Conversation

zhouhaibing089
Copy link
Contributor

@zhouhaibing089 zhouhaibing089 commented Oct 31, 2017

  1. when lookup an entry which is missing, it should say NotFound.
  2. when add duplicated entry, the entries size should not be increased.
  3. when add entry which has different algorithm, it should be allowed.

Signed-off-by: zhouhaibing089 zhouhaibing089@gmail.com

1. when lookup an entry which is missing, it should say NotFound.
2. when add duplicated entry, the entries size should be increased.
3. when add entry which has different algorithm, it should be allowed.

Signed-off-by: zhouhaibing089 <zhouhaibing089@gmail.com>
@codecov
Copy link

codecov bot commented Oct 31, 2017

Codecov Report

Merging #2435 into master will decrease coverage by 9.6%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2435      +/-   ##
==========================================
- Coverage   60.34%   50.74%   -9.61%     
==========================================
  Files         126      126              
  Lines       14436    14436              
==========================================
- Hits         8712     7325    -1387     
- Misses       4841     6367    +1526     
+ Partials      883      744     -139
Impacted Files Coverage Δ
registry/storage/driver/gcs/gcs.go 0.32% <0%> (-66.13%) ⬇️
registry/storage/driver/oss/oss.go 0.45% <0%> (-56.5%) ⬇️
registry/storage/driver/s3-aws/s3.go 4.07% <0%> (-55.4%) ⬇️
registry/storage/driver/s3-goamz/s3.go 0.4% <0%> (-52.4%) ⬇️
registry/client/transport/transport.go 68.75% <0%> (-13.75%) ⬇️

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 3800056...f746139. Read the comment docs.

@stevvooe
Copy link
Collaborator

LGTM

@stevvooe stevvooe merged commit bc3c7b0 into distribution:master Nov 23, 2017
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

2 participants