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

Flaky test TestDefaultBatcher_NoSplit_WithTimeout on Windows #11869

Open
mx-psi opened this issue Dec 12, 2024 · 1 comment
Open

Flaky test TestDefaultBatcher_NoSplit_WithTimeout on Windows #11869

mx-psi opened this issue Dec 12, 2024 · 1 comment
Labels

Comments

@mx-psi
Copy link
Member

mx-psi commented Dec 12, 2024

This test fails on Windows with

--- FAIL: TestDefaultBatcher_NoSplit_WithTimeout (0.25s)
    --- FAIL: TestDefaultBatcher_NoSplit_WithTimeout/infinate_workers (0.11s)
        default_batcher_test.go:203: 
            	Error Trace:	D:/a/opentelemetry-collector/opentelemetry-collector/exporter/internal/queue/default_batcher_test.go:203
            	Error:      	Condition never satisfied
            	Test:       	TestDefaultBatcher_NoSplit_WithTimeout/infinate_workers
FAIL
FAIL	go.opentelemetry.io/collector/exporter/internal/queue	2.733s
FAIL

Example failure: https://github.com/open-telemetry/opentelemetry-collector/actions/runs/12295355249/job/34312074125?pr=11863

Test introduced in #11580.
cc @sfc-gh-sili

@sfc-gh-sili
Copy link
Contributor

Thanks for submitting the fix, Pablo!
Similar issue has been around before the new queue-batching mechanism was implemented (#10758), and it seems Windows only. I agree disabling these for Windows like what we do here would be the way to go.

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

No branches or pull requests

2 participants