mirror of
https://github.com/gravitational/teleport.git
synced 2026-08-29 05:27:37 +08:00
0bb1c4638a
* kube: cap TLS handshake to 15s * kube: modernize handshake listener tests with synctest * update tests * kube: fix testifylint * kube: keep accept loop alive past transient errors * kube: bound handshake via WriteTimeout reset * kube: log instead of panic on deadline reset * kube: test handshake bound and stream reset * Apply suggestion from @espadolini Co-authored-by: Edoardo Spadolini <edoardo.spadolini@goteleport.com> * kube: fix synctest deadlock in long-handler test * kube/grpc: update WriteTimeout assertion --------- Co-authored-by: Edoardo Spadolini <edoardo.spadolini@goteleport.com>