open-telemetry / opentelemetry-collector-contrib

Contrib repository for the OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
3.1k stars 2.39k forks source link

[chore] Fix data race on windowseventlogreceiver tests #36406

Closed pjanotti closed 3 days ago

pjanotti commented 4 days ago

Fixes a data race detected here. This doesn't solve the flakiness detected on this receiver tests, only avoids the data race.