Skip to content

config_test: sort result before check#3623

Merged
crosbymichael merged 1 commit intocontainerd:masterfrom
fuweid:me-sort-before-check
Sep 5, 2019
Merged

config_test: sort result before check#3623
crosbymichael merged 1 commit intocontainerd:masterfrom
fuweid:me-sort-before-check

Conversation

@fuweid
Copy link
Copy Markdown
Member

@fuweid fuweid commented Sep 5, 2019

config imports is in random order after LoadConfig call so that the
testing check should be done after sort.Strings(out.Imports).

Signed-off-by: Wei Fu [email protected]

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Sep 5, 2019

Build succeeded.

@tanjunchen
Copy link
Copy Markdown
Contributor

/ LGTM

config imports is in random order after LoadConfig call so that the
testing check should be done after sort.Strings(out.Imports).

Signed-off-by: Wei Fu <[email protected]>
@fuweid fuweid force-pushed the me-sort-before-check branch from ea1b57a to 3d1fdac Compare September 5, 2019 08:30
@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Sep 5, 2019

Build succeeded.

@codecov-io
Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3623      +/-   ##
==========================================
- Coverage   45.96%   42.43%   -3.53%     
==========================================
  Files         114      127      +13     
  Lines       11242    14032    +2790     
==========================================
+ Hits         5167     5955     +788     
- Misses       5176     7177    +2001     
- Partials      899      900       +1
Flag Coverage Δ
#linux 45.96% <ø> (ø) ⬆️
#windows 37.32% <ø> (?)
Impacted Files Coverage Δ
archive/tar_opts.go 58.82% <0%> (-12.61%) ⬇️
snapshots/native/native.go 43.04% <0%> (-9.99%) ⬇️
metadata/snapshot.go 47.9% <0%> (-8.6%) ⬇️
cio/io.go 46.47% <0%> (-8.53%) ⬇️
archive/tar.go 48.18% <0%> (-8.51%) ⬇️
metadata/containers.go 47.97% <0%> (-6.62%) ⬇️
content/local/writer.go 58.65% <0%> (-5.55%) ⬇️
content/local/store.go 49.52% <0%> (-5.29%) ⬇️
metadata/images.go 57.57% <0%> (-4.99%) ⬇️
archive/compression/compression.go 58.69% <0%> (-4.7%) ⬇️
... and 72 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 59a625d...3d1fdac. Read the comment docs.

Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

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

LGTM

@crosbymichael
Copy link
Copy Markdown
Member

LGTM

@crosbymichael crosbymichael merged commit 77abec4 into containerd:master Sep 5, 2019
@fuweid fuweid deleted the me-sort-before-check branch September 5, 2019 15:42
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