Skip to content

Add missing return statement on pull unpack#2332

Merged
crosbymichael merged 1 commit intocontainerd:masterfrom
dmcgowan:fix-missing-return-in-client-pull
May 8, 2018
Merged

Add missing return statement on pull unpack#2332
crosbymichael merged 1 commit intocontainerd:masterfrom
dmcgowan:fix-missing-return-in-client-pull

Conversation

@dmcgowan
Copy link
Copy Markdown
Member

@dmcgowan dmcgowan commented May 7, 2018

The error return is missing. This went out in 1.1 but currently the cri plugin and ctr tool do not use the unpack option. Marking this for backport but not critical.

@Random-Liu
Copy link
Copy Markdown
Member

LGTM

@codecov-io
Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #2332     +/-   ##
=========================================
- Coverage   49.28%   44.98%   -4.3%     
=========================================
  Files          84       92      +8     
  Lines        7424     9340   +1916     
=========================================
+ Hits         3659     4202    +543     
- Misses       3089     4459   +1370     
- Partials      676      679      +3
Flag Coverage Δ
#linux 49.28% <ø> (ø) ⬆️
#windows 41.24% <ø> (?)
Impacted Files Coverage Δ
oci/spec.go 40% <0%> (-10%) ⬇️
snapshots/native/native.go 43.89% <0%> (-10%) ⬇️
metadata/snapshot.go 45.8% <0%> (-8.96%) ⬇️
archive/compression/compression.go 43.93% <0%> (-8.9%) ⬇️
remotes/docker/fetcher.go 41.42% <0%> (-7.6%) ⬇️
content/local/writer.go 52.63% <0%> (-7.37%) ⬇️
archive/tar.go 43.05% <0%> (-6.95%) ⬇️
metadata/containers.go 47.97% <0%> (-6.62%) ⬇️
metadata/buckets.go 54.66% <0%> (-5.04%) ⬇️
metadata/images.go 58.46% <0%> (-4.7%) ⬇️
... and 53 more

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 6eee2a0...70d629f. Read the comment docs.

@crosbymichael
Copy link
Copy Markdown
Member

LGTM

@crosbymichael crosbymichael merged commit a15e7a0 into containerd:master May 8, 2018
@dmcgowan dmcgowan deleted the fix-missing-return-in-client-pull branch June 5, 2018 18:19
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.

5 participants