Skip to content
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

x/tools/gopls/internal/regtest/workspace: TestStats failures #60082

Closed
gopherbot opened this issue May 9, 2023 · 3 comments
Closed

x/tools/gopls/internal/regtest/workspace: TestStats failures #60082

gopherbot opened this issue May 9, 2023 · 3 comments
Labels
gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/internal/regtest/workspace" && test == "TestStats"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestStats (1.60s)
    integration_test.go:753: BugReports does not contain "cmd/stats.go". Got:<<[]>>

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 9, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/internal/regtest/workspace" && test == "TestStats"
2023-05-08 16:21 aix-ppc64 tools@3d99ebe9 go@484330d0 x/tools/gopls/internal/regtest/workspace.TestStats (log)
--- FAIL: TestStats (1.60s)
    integration_test.go:753: BugReports does not contain "cmd/stats.go". Got:<<[]>>

watchflakes

@gopherbot gopherbot added Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels May 9, 2023
@gopherbot gopherbot added this to the Unreleased milestone May 9, 2023
@findleyr
Copy link
Contributor

@cherrymui @bcmills the underlying error here is "no space left on device". I closed a similar flake yesterday in #60068.

Do you know why this is not being aggregated into #57902? It should match the watchflakes pattern on that issue, unless I'm missing something.

@cherrymui
Copy link
Member

Thanks. I updated the pattern on #57902 to be more general. Hopefully it will catch this one.

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

3 participants