-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/gopls/internal/regtest/completion: TestUnimportedCompletion failures #57713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Found new dashboard test flakes for:
2023-01-09 18:37 darwin-amd64-13 tools@67baca65 go@071a1ed0 x/tools/gopls/internal/regtest/completion.TestUnimportedCompletion (log)
|
Found new dashboard test flakes for:
2023-01-17 23:21 aix-ppc64 tools@f3e53e5c go@7e740f91 x/tools/gopls/internal/regtest/completion.TestUnimportedCompletion (log)
|
Found new dashboard test flakes for:
2023-03-27 15:26 darwin-amd64-12_0 tools@e0ecd1bc go@ed1cf6ab x/tools/gopls/internal/regtest/completion.TestUnimportedCompletion (log)
|
The aix failures are ENOSPC due to filecache, fixed by CL 482823. The darwin ones are more interesting. No luck reproducing locally using |
The completion failure is probably due to us reaching the completion budget with only partial results (regtest uses 10s budget, and this test took 20s). That would cause the first completion item to be unexpected. Therefore, closing this as a dupe of #53992. |
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: