Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gopls/internal/cache: add tolerance for builtin test variants
Gopls tests are failing on CL 620196, where a test file is being added to the builtin package. The failures were caused by test workspace picking up new std dependencies through the builtin test variants, which were being handled like normal packages. Queries like completion or workspace symbols were affected, as they scan transitive imports. Ignore builtin test variants to fix the breakage. Change-Id: Ia1a99918b0bfb470c74470fa82e03e49fa460b06 Reviewed-on: https://go-review.googlesource.com/c/tools/+/621095 Reviewed-by: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
- Loading branch information