Closed
Description
I had thought that this was fixed by https://golang.org/cl/227057, but looks like it's still popping up everywhere. It seems to only happen in the source tests (internal/lsp/source
), not the LSP tests (internal/lsp
), which makes me wonder if the timeouts are set differently in those tests.
--- FAIL: TestSource/GOPATH/testdata/lsp/CompletionSnippets/address_68_11_1_placeholders (0.03s)
source_test.go:143: /workdir/tmp/TestSource_GOPATH417832833/lsp/src/golang.org/x/tools/internal/lsp/address/address.go:68:11-12:
couldn't find completion matching "&getFoo().ptr().c"
/cc @heschik @findleyr