Skip to content

Commit 9a2aa1d

Browse files
authored
Remove skipping opencensus from goleak, no longer needed (#35625)
Signed-off-by: Bogdan Drutu <[email protected]>
1 parent 7f65b87 commit 9a2aa1d

File tree

10 files changed

+5
-32
lines changed

10 files changed

+5
-32
lines changed

exporter/awscloudwatchlogsexporter/generated_package_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/awscloudwatchlogsexporter/metadata.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,3 @@ tests:
1717
retry_on_failure:
1818
enabled: false
1919
expect_consumer_error: true
20-
goleak:
21-
ignore:
22-
top:
23-
# See https://github.com/census-instrumentation/opencensus-go/issues/1191 for more information.
24-
- "go.opencensus.io/stats/view.(*worker).start"

exporter/azuredataexplorerexporter/generated_package_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/azuredataexplorerexporter/metadata.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,3 @@ tests:
1616
application_key: "xx-xx-xx-xx"
1717
tenant_id: "21ff9e36-fbaa-43c8-98ba-00431ea10bc3"
1818
skip_lifecycle: true
19-
goleak:
20-
ignore:
21-
top:
22-
# See https://github.com/census-instrumentation/opencensus-go/issues/1191 for more information.
23-
- "go.opencensus.io/stats/view.(*worker).start"

exporter/influxdbexporter/generated_package_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/influxdbexporter/metadata.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@ status:
1010

1111
tests:
1212
expect_consumer_error: true
13-
goleak:
14-
ignore:
15-
top:
16-
# See https://github.com/census-instrumentation/opencensus-go/issues/1191 for more information.
17-
- "go.opencensus.io/stats/view.(*worker).start"

exporter/splunkhecexporter/generated_package_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/splunkhecexporter/metadata.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,3 @@ tests:
1616
retry_on_failure:
1717
enabled: false
1818
expect_consumer_error: true
19-
goleak:
20-
ignore:
21-
top:
22-
# See https://github.com/census-instrumentation/opencensus-go/issues/1191 for more information.
23-
- "go.opencensus.io/stats/view.(*worker).start"

receiver/splunkhecreceiver/generated_package_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/splunkhecreceiver/metadata.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,3 @@ status:
88
codeowners:
99
active: ["atoulme"]
1010
emeritus:
11-
12-
tests:
13-
goleak:
14-
ignore:
15-
top:
16-
# See https://github.com/census-instrumentation/opencensus-go/issues/1191 for more information.
17-
- "go.opencensus.io/stats/view.(*worker).start"

0 commit comments

Comments
 (0)