Skip to content

Commit

Permalink
Remove skipping opencensus from goleak, no longer needed (#35625)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored Oct 4, 2024
1 parent 7f65b87 commit 9a2aa1d
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 32 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions exporter/awscloudwatchlogsexporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@ tests:
retry_on_failure:
enabled: false
expect_consumer_error: true
goleak:
ignore:
top:
# See https://github.com/census-instrumentation/opencensus-go/issues/1191 for more information.
- "go.opencensus.io/stats/view.(*worker).start"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions exporter/azuredataexplorerexporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,3 @@ tests:
application_key: "xx-xx-xx-xx"
tenant_id: "21ff9e36-fbaa-43c8-98ba-00431ea10bc3"
skip_lifecycle: true
goleak:
ignore:
top:
# See https://github.com/census-instrumentation/opencensus-go/issues/1191 for more information.
- "go.opencensus.io/stats/view.(*worker).start"
2 changes: 1 addition & 1 deletion exporter/influxdbexporter/generated_package_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions exporter/influxdbexporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ status:

tests:
expect_consumer_error: true
goleak:
ignore:
top:
# See https://github.com/census-instrumentation/opencensus-go/issues/1191 for more information.
- "go.opencensus.io/stats/view.(*worker).start"
2 changes: 1 addition & 1 deletion exporter/splunkhecexporter/generated_package_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions exporter/splunkhecexporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,3 @@ tests:
retry_on_failure:
enabled: false
expect_consumer_error: true
goleak:
ignore:
top:
# See https://github.com/census-instrumentation/opencensus-go/issues/1191 for more information.
- "go.opencensus.io/stats/view.(*worker).start"
2 changes: 1 addition & 1 deletion receiver/splunkhecreceiver/generated_package_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions receiver/splunkhecreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,3 @@ status:
codeowners:
active: ["atoulme"]
emeritus:

tests:
goleak:
ignore:
top:
# See https://github.com/census-instrumentation/opencensus-go/issues/1191 for more information.
- "go.opencensus.io/stats/view.(*worker).start"

0 comments on commit 9a2aa1d

Please sign in to comment.