golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.87k stars 17.52k forks source link

x/tools/gopls/internal/telemetry: TestTelemetry failures #69132

Open gopherbot opened 2 weeks ago

gopherbot commented 2 weeks ago
#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/telemetry" && test == "TestTelemetry"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTelemetry
    telemetry_test.go:105: ReadCounter("gopls/client:vscode") = (0, not found:"gopls/client:vscode"), want (1, nil)
    telemetry_test.go:106: Current timestamp = 2024-08-29 00:00:01.20417263 +0000 UTC
    telemetry_test.go:105: ReadCounter("gopls/goversion:1.22") = (0, not found:"gopls/goversion:1.22"), want (2, nil)
    telemetry_test.go:106: Current timestamp = 2024-08-29 00:00:01.204570889 +0000 UTC
    telemetry_test.go:105: ReadCounter("fwd/vscode/linter:a") = (0, not found:"fwd/vscode/linter:a"), want (1, nil)
    telemetry_test.go:106: Current timestamp = 2024-08-29 00:00:01.204975149 +0000 UTC
    telemetry_test.go:105: ReadCounter("gopls/gotoolchain:local") = (0, not found:"gopls/gotoolchain:local"), want (1, nil)
    telemetry_test.go:106: Current timestamp = 2024-08-29 00:00:01.205292156 +0000 UTC
    telemetry_test.go:114: ReadStackCounter(bugreportcount) failed - not found:"gopls/bug\ngolang.org/x/tools/gopls/internal/util/bug.report:+35\ngolang.org/x/tools/gopls/internal/util/bug.Report:=68\ngolang.org/x/tools/gopls/internal/telemetry_test.TestTelemetry.func2:+15\ngolang.org/x/tools/gopls/internal/test/integration.(*Runner).Run.func1:+81\ntesting.tRunner:+150\nruntime.goexit:+0"
--- FAIL: TestTelemetry (1.91s)

watchflakes

gopherbot commented 2 weeks ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/telemetry" && test == "TestTelemetry"
2024-08-28 16:26 x_tools-go1.22-linux-riscv64 tools@aaf49f1f release-branch.go1.22@e87be983 x/tools/gopls/internal/telemetry.TestTelemetry (log) === RUN TestTelemetry telemetry_test.go:105: ReadCounter("gopls/client:vscode") = (0, not found:"gopls/client:vscode"), want (1, nil) telemetry_test.go:106: Current timestamp = 2024-08-29 00:00:01.20417263 +0000 UTC telemetry_test.go:105: ReadCounter("gopls/goversion:1.22") = (0, not found:"gopls/goversion:1.22"), want (2, nil) telemetry_test.go:106: Current timestamp = 2024-08-29 00:00:01.204570889 +0000 UTC telemetry_test.go:105: ReadCounter("fwd/vscode/linter:a") = (0, not found:"fwd/vscode/linter:a"), want (1, nil) telemetry_test.go:106: Current timestamp = 2024-08-29 00:00:01.204975149 +0000 UTC telemetry_test.go:105: ReadCounter("gopls/gotoolchain:local") = (0, not found:"gopls/gotoolchain:local"), want (1, nil) telemetry_test.go:106: Current timestamp = 2024-08-29 00:00:01.205292156 +0000 UTC telemetry_test.go:114: ReadStackCounter(bugreportcount) failed - not found:"gopls/bug\ngolang.org/x/tools/gopls/internal/util/bug.report:+35\ngolang.org/x/tools/gopls/internal/util/bug.Report:=68\ngolang.org/x/tools/gopls/internal/telemetry_test.TestTelemetry.func2:+15\ngolang.org/x/tools/gopls/internal/test/integration.(*Runner).Run.func1:+81\ntesting.tRunner:+150\nruntime.goexit:+0" --- FAIL: TestTelemetry (1.91s)

watchflakes