This repository has been archived by the owner on Oct 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
Dockertar sha256 helper enhancements #1117
Closed
ashcrow
wants to merge
3
commits into
projectatomic:master
from
ashcrow:dockertar-sha256-helper-enhancements
Closed
Dockertar sha256 helper enhancements #1117
ashcrow
wants to merge
3
commits into
projectatomic:master
from
ashcrow:dockertar-sha256-helper-enhancements
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Provide a human understandable error when an argument is not provided. Signed-off-by: Steve Milner <[email protected]>
Defer Close calls to ensure closing at the end of the function. Signed-off-by: Steve Milner <[email protected]>
LGTM |
Hrm, deferring the close seems to change the result. Looking at it... |
As it turns out the sha instance must be explicitly closed before the sum executes else the results are different. |
bot retest this please |
|
CentOS error is unrelated. Will ask for one more retest.
|
bot, retest this please |
CentOS failed in a different way
|
bot, retest this please |
@jlebon FYI 🔼 |
🙀 |
rh-atomic-bot
pushed a commit
that referenced
this pull request
Oct 16, 2017
Defer Close calls to ensure closing at the end of the function. Signed-off-by: Steve Milner <[email protected]> Closes: #1117 Approved by: giuseppe
☀️ Test successful - status-papr |
That's just flaky infra. :( |
eyusupov
pushed a commit
to eyusupov/atomic
that referenced
this pull request
Mar 10, 2018
Provide a human understandable error when an argument is not provided. Signed-off-by: Steve Milner <[email protected]> Closes: projectatomic#1117 Approved by: giuseppe
eyusupov
pushed a commit
to eyusupov/atomic
that referenced
this pull request
Mar 10, 2018
Defer Close calls to ensure closing at the end of the function. Signed-off-by: Steve Milner <[email protected]> Closes: projectatomic#1117 Approved by: giuseppe
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
defer
.