Skip to content

Circuit breaking all the way #910

Circuit breaking all the way

Circuit breaking all the way #910

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

test.yaml

on: pull_request
Test GatewayD
43s
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#L43
error returned from external package is unwrapped: sig: func net.Dial(network string, address string) (net.Conn, error) (wrapcheck)
Test GatewayD: network/retry.go#L45
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#L106
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#L44
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)