You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== RUN TestNetworkCreate/all_options
network_test.go:102:
Error Trace: network_test.go:102
Error: Received unexpected error:
failed to parse CIDR, values must be an IP address and prefix length, like '192.0.2.0/24' or '2001:db8::/32', as defined in RFC 4632 and RFC 4291.: %!w(<nil>)
Test: TestNetworkCreate/all_options
--- FAIL: TestNetworkCreate/all_options (0.00s)
=== RUN TestNetworkCheck/match_loopback
network_test.go:137:
Error Trace: conditions_test.go:112
network_test.go:137
Error: Received unexpected error:
failed to parse CIDR, values must be an IP address and prefix length, like '192.0.2.0/24' or '2001:db8::/32', as defined in RFC 4632 and RFC 4291.: %!w(<nil>)
Test: TestNetworkCheck/match_loopback
--- FAIL: TestNetworkCheck/match_loopback (0.00s)
This file contains hidden or 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
needs_teamIndicates that the issue/PR needs a Team:* label
2 participants
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.
Remove every use of github.com/pkg/errors in favor of the standard library's errors package.
Use https://github.com/xdg-go/go-rewrap-errors to attempt to automatically port to the Go standard library's error packages.
Draft. Do not review until CI passes.