Skip to content

Circuit breaking all the way #911

Circuit breaking all the way

Circuit breaking all the way #911

Triggered via pull request November 19, 2023 01:02
Status Failure
Total duration 54s
Artifacts

test.yaml

on: pull_request
Test GatewayD
45s
Test GatewayD
Test GatewayD Plugins
0s
Test GatewayD Plugins
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Test GatewayD: network/retry.go#L42
error returned from external package is unwrapped: sig: func net.Dial(network string, address string) (net.Conn, error) (wrapcheck)
Test GatewayD: network/retry.go#L44
error returned from external package is unwrapped: sig: func net.DialTimeout(network string, address string, timeout time.Duration) (net.Conn, error) (wrapcheck)
Test GatewayD: network/retry.go#L105
error returned from external package is unwrapped: sig: func net.Dial(network string, address string) (net.Conn, error) (wrapcheck)
Test GatewayD
issues found
Test GatewayD: network/retry.go#L43
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)