Skip to content
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

[test] Test_PushMetricsConcurrent fails on Windows 2025 GH runner #37104

Closed
pjanotti opened this issue Jan 8, 2025 · 5 comments · Fixed by #37430
Closed

[test] Test_PushMetricsConcurrent fails on Windows 2025 GH runner #37104

pjanotti opened this issue Jan 8, 2025 · 5 comments · Fixed by #37430

Comments

@pjanotti
Copy link
Contributor

pjanotti commented Jan 8, 2025

Component(s)

exporter/prometheusremotewrite

Describe the issue you're reporting

Detected via #37025 - the test is failing consistently on the Windows 2025 GH runner. Opening this issue so we can enable tests on Windows 2025 while this test failure is investigated.

Related to #37024

@pjanotti pjanotti added needs triage New item requiring triage os:windows and removed needs triage New item requiring triage labels Jan 8, 2025
Copy link
Contributor

github-actions bot commented Jan 8, 2025

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@pjanotti
Copy link
Contributor Author

pjanotti commented Jan 8, 2025

The test is also failing outside of Windows 2025, but, per PR #37025 it seems more likely to fail on Windows 2025, see https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12678000508/job/35334640582#step:8:216

@ArthurSens
Copy link
Member

Interesting, thanks for the ping. I'm not really experienced with Windows Arch. Do you have any tips on how to debug the problem without a Windows machine?

@pjanotti
Copy link
Contributor Author

Hi @ArthurSens - scheduling and timing on Windows is really different than *nix. In this case I suspect that is the blasting of requests in goroutines done in the test that somehow is causing the trouble on Windows. Limiting the number of pending requests may help.

Another hit: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12807789524/job/35709129938#step:8:8604

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants