Skip to content

TestStartReturnCorrectExitCode: show error#37820

Merged
tiborvass merged 1 commit intomoby:masterfrom
kolyshkin:TestStartReturnCorrectExitCode
Sep 12, 2018
Merged

TestStartReturnCorrectExitCode: show error#37820
tiborvass merged 1 commit intomoby:masterfrom
kolyshkin:TestStartReturnCorrectExitCode

Conversation

@kolyshkin
Copy link
Contributor

Seen this error:

00:54:01.860 
00:54:01.860 ----------------------------------------------------------------------
00:54:01.860 FAIL: docker_cli_start_test.go:189: DockerSuite.TestStartReturnCorrectExitCode
00:54:01.860 
00:54:01.860 docker_cli_start_test.go:198:
00:54:01.860     c.Assert(exitCode, checker.Equals, 12)
00:54:01.861 ... obtained int = 125
00:54:01.861 ... expected int = 12
00:54:01.861 
00:54:01.861 
00:54:01.861 ----------------------------------------------------------------------

Apparently there's something going on with docker start, and it would be good to know what.

@kolyshkin
Copy link
Contributor Author

Error is from here, found while running CI for #37805

@kolyshkin kolyshkin force-pushed the TestStartReturnCorrectExitCode branch from 3f803f5 to 4cec355 Compare September 11, 2018 17:20
@codecov
Copy link

codecov bot commented Sep 11, 2018

Codecov Report

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

@@            Coverage Diff             @@
##           master   #37820      +/-   ##
==========================================
- Coverage   36.15%   36.14%   -0.02%     
==========================================
  Files         610      610              
  Lines       45054    45054              
==========================================
- Hits        16288    16283       -5     
- Misses      26527    26530       +3     
- Partials     2239     2241       +2

Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

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

LGTM 🐯

Copy link
Contributor

@andrewhsu andrewhsu left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@tiborvass tiborvass left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants