We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
exporter/collector/internal/datapointstorage/datapointcache.go regularly causes PR codecov checks to flake as an indirect change. See https://app.codecov.io/gh/GoogleCloudPlatform/opentelemetry-operations-go/pulls
exporter/collector/internal/datapointstorage/datapointcache.go
It looks like it is usually an issue with unchecked for loops in the gc function at
gc
opentelemetry-operations-go/exporter/collector/internal/datapointstorage/datapointcache.go
Line 157 in b9b7c0d
Creating this issue to track a fix or reference when approving flaking PRs
The text was updated successfully, but these errors were encountered:
Discussed in triage, it seems like the real issue is the tests are not deterministic/hermetic. Low priority but we would like to get this fixed.
Sorry, something went wrong.
Reducing priority because (anecdotally) this hasn't come up much in recent runs.
No branches or pull requests
exporter/collector/internal/datapointstorage/datapointcache.go
regularly causes PR codecov checks to flake as an indirect change. See https://app.codecov.io/gh/GoogleCloudPlatform/opentelemetry-operations-go/pullsIt looks like it is usually an issue with unchecked for loops in the
gc
function atopentelemetry-operations-go/exporter/collector/internal/datapointstorage/datapointcache.go
Line 157 in b9b7c0d
Creating this issue to track a fix or reference when approving flaking PRs
The text was updated successfully, but these errors were encountered: