go: x/tools/gopls/internal/lsp: TestLSP failures
#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/internal/lsp" && test == "TestLSP" && date < "2023-06-01"
Issue created automatically to collect these failures.
Example (log):
--- FAIL: TestLSP (397.43s)
--- FAIL: TestLSP/MultiModule (112.62s)
--- FAIL: TestLSP/MultiModule/Completion (80.97s)
--- FAIL: TestLSP/MultiModule/Completion/func_rank_31_19_0 (78.35s)
completion_test.go:31: mismatching completion items (-want +got):
[]protocol.CompletionItem(
- {
- {
- Label: "AA",
- Kind: 5,
...
- Kind: 5,
- Detail: "string",
- Documentation: &protocol.Or_CompletionItem_documentation{Value: string("")},
- SortText: "-0",
- InsertText: "AB",
- TextEdit: &protocol.TextEdit{},
- },
- },
+ nil,
)
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 20 (7 by maintainers)
Yes, looks like this stopped in mid-march, around the same time as we made many optimizations.
Closing this as fixed.