mirror of
https://github.com/golang/go
synced 2024-11-18 19:34:41 -07:00
45849e8256
By running the client connection before the forwarder-remote handshake completes, we introduce a race in the TestDebugInfoLifecycle: the editor may connect and initialize before the handshake, and assertions on the debug state fail. Requiring that the handshake complete before running the client connection fixes this flakiness. It also seems like a good thing to have the handshake complete before proceeding with any LSP. Fixes golang/go#37444 Change-Id: I07187797b4759bcaf99f5b0a0b3cd7ac7de34f43 Reviewed-on: https://go-review.googlesource.com/c/tools/+/220903 Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
autostart_posix.go | ||
autostart_windows.go | ||
lsprpc_test.go | ||
lsprpc.go | ||
telemetry.go |