x/tools/gopls: use telemetry library to check if completion exceeded its timeout #38277
Labels
gopls
Issues related to the Go language server, gopls.
help wanted
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
As part of debugging #38269, we've been discussing how we can indicate in tests that completion failed because of a timeout instead of a genuine failure. We don't want to return an error in this case because we still want to return whatever completion items we were able to produce before the timeout. @findleyr suggested that we could use the telemetry library for this.
/cc @ianthehat
The text was updated successfully, but these errors were encountered: