Skip to content

Tunnel tweaks

Mikhail Mazurskiy requested to merge ash2k/tunnel-fixes into master

See individual commits, but the important one is the Return more descriptive gRPC errors on context cancellation.

This should help investigating errors GitLab Agent Server: HTTP->gRPC: failed to read gRPC response: rpc error: code = Canceled desc = context canceled from #279 (closed) by making them more informative. I'm not 100% I've found all the places where this error can be produced and returned, but it's a start. It will give us more information even if it's not the places I found (fewer places to look at).

Relates to https://gitlab.com/gitlab-org/quality/engineering-productivity-infrastructure/-/issues/53.

Relates to #279 (closed).

Edited by Mikhail Mazurskiy

Merge request reports