Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os download: Avoid incomplete os downloads appearing as successful #2347

Merged
1 commit merged into from
Sep 21, 2021

Conversation

klutchell
Copy link
Contributor

@klutchell klutchell commented Sep 20, 2021

By forcing the zlib flush mode to Z_NO_FLUSH we are more likely to
see an error on image download pipelines vs silent failure and
incomplete files.

This is part of a larger investigation and may be removed in the
future when the root cause of the pipeline failures are identified.

Change-type: patch
Signed-off-by: Kyle Harding kyle@balena.io

Requires: balena-io-modules/balena-request#158 (merged in balena-request@11.4.2)
Requires: balena-io/balena-sdk#1126 (merged in balena-sdk@15.51.1)

See: #2346 (comment)
See: #2152

By forcing the zlib flush mode to Z_NO_FLUSH we are more likely to
see an error on image download pipelines vs silent failure and
incomplete files.

This is part of a larger investigation and may be removed in the
future when the root cause of the pipeline failures are identified.

Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
@klutchell klutchell marked this pull request as ready for review September 21, 2021 17:43
Copy link
Contributor

@pdcastro pdcastro left a comment

Choose a reason for hiding this comment

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

👍

@ghost ghost merged commit 52ad0f6 into master Sep 21, 2021
@ghost ghost deleted the klutchell/set-zlib-flush branch September 21, 2021 21:35
This pull request was closed.
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.

None yet

2 participants