The Wayback Machine - https://web.archive.org/web/20260314095100/https://github.com/moby/moby/pull/37597
Skip to content

builder: do not cancel buildkit status request#37597

Merged
AkihiroSuda merged 1 commit intomoby:masterfrom
tiborvass:fix-cancel-bug
Aug 16, 2018
Merged

builder: do not cancel buildkit status request#37597
AkihiroSuda merged 1 commit intomoby:masterfrom
tiborvass:fix-cancel-bug

Conversation

@tiborvass
Copy link
Contributor

This fixes a bug when the build results in an error and instead of sending
the logs of the container to the client, it signals a cancelation.

The context should not be wired to the status request, as only the
build requests need to be canceled.

Signed-off-by: Tibor Vass tibor@docker.com

This fixes a bug when the build results in an error and instead of sending
the logs of the container to the client, it signals a cancelation.

The context should not be wired to the status request, as only the
build requests need to be canceled.

Signed-off-by: Tibor Vass <tibor@docker.com>
@codecov
Copy link

codecov bot commented Aug 10, 2018

Codecov Report

Merging #37597 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #37597   +/-   ##
=======================================
  Coverage   35.62%   35.62%           
=======================================
  Files         611      611           
  Lines       44962    44962           
=======================================
  Hits        16017    16017           
  Misses      26736    26736           
  Partials     2209     2209

Copy link
Contributor

@seemethere seemethere left a comment

Choose a reason for hiding this comment

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

LGTM

@AkihiroSuda AkihiroSuda merged commit 080c27d into moby:master Aug 16, 2018
@thaJeztah thaJeztah added the area/builder Build label Aug 16, 2018
@tiborvass tiborvass deleted the fix-cancel-bug branch July 17, 2019 00:34
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.

7 participants