Results 33 issues of Curtis Robert

I added the following test [here](https://github.com/sivchari/tenv/blob/main/testdata/src/a/a_test.go), and no errors or issues are displayed: ``` func TestForLoop(t *testing.T) { testsetup() for i := 0; i < 3; i++ { os.Setenv("a", "b")...

**Description:** [Weekly report failure](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/9167350011/job/25204346835#step:4:55) output: ``` ReferenceError: report is not defined at generateReport (/home/runner/work/opentelemetry-collector-contrib/opentelemetry-collector-contrib/.github/workflows/scripts/generate-weekly-report.js:243:3) at main (/home/runner/work/opentelemetry-collector-contrib/opentelemetry-collector-contrib/.github/workflows/scripts/generate-weekly-report.js:419:18) at async module.exports (/home/runner/work/opentelemetry-collector-contrib/opentelemetry-collector-contrib/.github/workflows/scripts/generate-weekly-report.js:425:3) at async eval (eval at callAsyncFunction (/home/runner/work/_actions/actions/github-script/v7/dist/index.js:35424:16), :4:1) at...

ci-cd
Skip Changelog

**Description:** This change is a refactor to allow us to enable `goleak` checks in each of the exporter's sub-directories, as well as the signalfx receiver (which uses the signalfxexporter in...

Stale
exporter/signalfx
receiver/signalfx

### Component(s) _No response_ ### Is your feature request related to a problem? Please describe. There's currently no widespread testing in this repository for detecting leaking `goroutines`. Leaked `goroutines` are...

enhancement

**Context** Hello, this was found as a result of investigation for https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30931. Enabling [`goleak`](https://github.com/uber-go/goleak) in the `server` directory of `opamp-go` shows the `TestServerCallsHTTPMiddlewareOverWebsocket` test is leaking. Here's the call stack...

**Describe the bug** When searching for open and closed issues against the component, the queries are done against `contrib`. `contrib` rarely (if ever) has labels for components in `core`, so...

bug

**Is your feature request related to a problem? Please describe.** `mdatagen` currently generates `goleak` checks for packages when enabled. However, it only adds `goleak` checks for the top level directory...

**Description:** The list is mostly in alphabetical order already, just a few components are out of order.

### Component(s) exporter/zipkin ### Describe the issue you're reporting [Failing CI/CD action](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/9616271927/job/26525416353?pr=33694) Failure output: ``` === RUN TestTracingGoldenData/otlp-zipkin 2024/06/21 15:48:44 receivers: otlp: protocols: grpc: endpoint: "127.0.0.1:41143" exporters: zipkin: endpoint: http://127.0.0.1:45711/api/v2/spans...

flaky test
exporter/zipkin
needs triage

### Component(s) processor/geoip ### Describe the issue you're reporting [Failing CI/CD action](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/10579479167/job/29312056172) Failure output: ``` === Failed === FAIL: . TestProcessor/source_address_located_in_inner_attributes (0.02s) ================== ERROR rerun aborted because previous run had...

needs triage
processor/geoip