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/telemetry: TestSettingTelemetry failures #72021

Open
gopherbot opened this issue Feb 28, 2025 · 1 comment
Open

x/tools/gopls/internal/telemetry: TestSettingTelemetry failures #72021

gopherbot opened this issue Feb 28, 2025 · 1 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.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/telemetry" && test == "TestSettingTelemetry"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestSettingTelemetry
    telemetry_test.go:157: ReadCounter("gopls/setting/diagnosticsDelay") failed: not found:"gopls/setting/diagnosticsDelay"
    telemetry_test.go:157: ReadCounter("gopls/setting/staticcheck:true") failed: not found:"gopls/setting/staticcheck:true"
    telemetry_test.go:157: ReadCounter("gopls/setting/noSemanticString:true") failed: not found:"gopls/setting/noSemanticString:true"
    telemetry_test.go:157: ReadCounter("gopls/setting/analyses/deprecated:false") failed: not found:"gopls/setting/analyses/deprecated:false"
--- FAIL: TestSettingTelemetry (0.30s)

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 Feb 28, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/telemetry" && test == "TestSettingTelemetry"
2025-02-27 18:07 x_tools-gotip-netbsd-arm64 tools@8f4b8cd6 go@d31c8055 x/tools/gopls/internal/telemetry.TestSettingTelemetry (log)
=== RUN   TestSettingTelemetry
    telemetry_test.go:157: ReadCounter("gopls/setting/diagnosticsDelay") failed: not found:"gopls/setting/diagnosticsDelay"
    telemetry_test.go:157: ReadCounter("gopls/setting/staticcheck:true") failed: not found:"gopls/setting/staticcheck:true"
    telemetry_test.go:157: ReadCounter("gopls/setting/noSemanticString:true") failed: not found:"gopls/setting/noSemanticString:true"
    telemetry_test.go:157: ReadCounter("gopls/setting/analyses/deprecated:false") failed: not found:"gopls/setting/analyses/deprecated:false"
--- FAIL: TestSettingTelemetry (0.30s)

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 Feb 28, 2025
@gopherbot gopherbot added this to the Unreleased milestone Feb 28, 2025
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
Status: No status
Development

No branches or pull requests

1 participant