pkg: switch to golang native error wrapping#14839
pkg: switch to golang native error wrapping#14839openshift-ci[bot] merged 1 commit intocontainers:mainfrom
Conversation
5303eee to
e73a4e5
Compare
go.mod
Outdated
vrothberg
left a comment
There was a problem hiding this comment.
Other than the mini nits, LGTM
Nice work, Sascha! Thanks a lot
|
Hm, the CI agent seems to not respond, I'll retrigger the tests for now. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: giuseppe, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Need a rebase, I'll wait for the CI result to be green until doing that. |
|
LGTM. You have a few integration failures, and they all look like the same test - probably a real regression |
|
LGTM |
|
Cannot reproduce the failure locally, I have to bisect the changes unfortunately. Failing test |
|
@cdoern, can you take a look at the flake? |
|
@vrothberg I found the issue and will be issuing a patch soon for the flake. This also will fix #14847 |
We now use the golang error wrapping format specifier `%w` instead of the deprecated github.com/pkg/errors package. [NO NEW TESTS NEEDED] Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
|
@containers/podman-maintainers CI will probably be green since we passed the remote integration tests now. May you give this another look? |
|
Restarted the flake. |
|
/hold cancel |
We now use the golang error wrapping format specifier
%winstead of the deprecated github.com/pkg/errors package.Fixes #14784
Does this PR introduce a user-facing change?