Skip to content

Propagate GetContainer error from event processor#39497

Merged
crosbymichael merged 1 commit intomoby:masterfrom
cpuguy83:better_container_error
Jul 15, 2019
Merged

Propagate GetContainer error from event processor#39497
crosbymichael merged 1 commit intomoby:masterfrom
cpuguy83:better_container_error

Conversation

@cpuguy83
Copy link
Copy Markdown
Member

Before this change we just accept that any error is "not found" and it
could be something else, but even if it it is just a "not found" kind of
error this should be dealt with from the container store and not the
event processor.

Before this change we just accept that any error is "not found" and it
could be something else, but even if it it is just a "not found" kind of
error this should be dealt with from the container store and not the
event processor.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
@thaJeztah
Copy link
Copy Markdown
Member

Hmm.. one failure; haven't seen that one before I think (could be a hiccup); https://jenkins.dockerproject.org/job/Docker-PRs/54779/console

21:36:41 FAIL: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType
21:36:41 
21:36:41 assertion failed: 500 (res.StatusCode int) != 200 (http.StatusOK int)

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 12, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@2fc3480). Click here to learn what that means.
The diff coverage is 0%.

@@            Coverage Diff            @@
##             master   #39497   +/-   ##
=========================================
  Coverage          ?   37.32%           
=========================================
  Files             ?      609           
  Lines             ?    45242           
  Branches          ?        0           
=========================================
  Hits              ?    16885           
  Misses            ?    26069           
  Partials          ?     2288

Copy link
Copy Markdown
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

LGTM

all green now

@thaJeztah
Copy link
Copy Markdown
Member

ping @kolyshkin PTAL

@crosbymichael
Copy link
Copy Markdown
Contributor

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.

4 participants