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

TestTimeout test in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp fails sporadically #2495

Closed
MrAlias opened this issue Jan 4, 2022 · 0 comments · Fixed by #2496
Assignees
Labels
bug Something isn't working

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Jan 4, 2022

Description

Example error:

go test -timeout 60s -short ./exporters/otlp/otlpmetric/otlpmetrichttp/...
--- FAIL: TestTimeout (0.14s)
    client_test.go:164: 
        	Error Trace:	client_test.go:164
        	Error:      	Not equal: 
        	            	expected: true
make: *** [test] Error 1
        	            	actual  : false
        	Test:       	TestTimeout
FAIL
FAIL	go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp	4.062s

This appears to be the same issue addressed in #1905 with #1906. #2022 added in a copy of the old test that included the bug.

Expected behavior

Apply fix from #1905 to the otlpmetrichttp code.

@MrAlias MrAlias added the bug Something isn't working label Jan 4, 2022
@MrAlias MrAlias self-assigned this Jan 4, 2022
@MrAlias MrAlias changed the title TestTimeout test in the go.opentelemetry.io/otel/exporters/otlp/otlphttp fails sporadically TestTimeout test in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp fails sporadically Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant