-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
[receiver/windowsperfcounters] Unit tests are not running on CI #32508
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
cc @pjanotti as the Windows platform owner |
A sample of last runs from receivers: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/8727122415/job/23943929465 and https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/8727122415/job/23943929947 I am not able to see any references to windowsperfcounters 🤔 |
For the specific issue mentioned: I believe the error comes from opentelemetry-collector-contrib/receiver/windowsperfcountersreceiver/factory_windows.go Line 28 in 52cc8e8
which passes a component Type with a |
[EDIT]: Sorry, missed the link above...
|
Component(s)
receiver/windowsperfcounters
What happened?
Description
While attempting to add unit tests for #32384 I realized that the windowsperfcounters were failing. After pinging on Slack, it turns out that the windows test might not be running on CI.
Steps to Reproduce
cd $src/receivers/windowsperfcountersreceiver
go test
Expected Result
Actual Result
Collector version
v0.98.0
Environment information
Environment
Windows 11
OpenTelemetry Collector configuration
N/A
Log output
Additional context
N/A
The text was updated successfully, but these errors were encountered: