Skip to content

server: TestTelemetrySQLStatsIndependence failed #63851

@knz

Description

@knz

Same symptom as #63844 on the master branch: there are leaked goroutines when the test ends.

This is not surprising because the test contains an unlimited call to ReportDiagnostics(). If the reg server is unavailable, that call blocks asynchronously and the goroutine leaks.

This should be fixed by making the test impervious to reg server failures, by using a temporary in-memory collector instead and customizing the TestingKnobs.OverrideReportingURL field.

Metadata

Metadata

Assignees

Labels

C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.C-test-failureBroken test (automatically or manually discovered).branch-masterFailures and bugs on the master branch.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions