You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gopls/internal/cmd: wait for startup log in TestMCPCommandHTTP
This test continues to be flaky. The most recent flake occurred
because after eight connection attempts with exponential backoff,
the server still wasn't ready to accept client connections. Instead
of using retries, we check the server's output logs to verify that
it has started.
Change-Id: I3cae36ea3c240049aff84d2a983a4565230679bb
Reviewed-on: https://go-review.googlesource.com/c/tools/+/687075
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Alan Donovan <[email protected]>
0 commit comments