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 failures: TestDialConfig and TestReconnectIfUnhealthy #34688

Closed
pjanotti opened this issue Aug 14, 2024 · 2 comments
Closed

Test failures: TestDialConfig and TestReconnectIfUnhealthy #34688

pjanotti opened this issue Aug 14, 2024 · 2 comments
Assignees

Comments

@pjanotti
Copy link
Contributor

Component(s)

internal/rabbitmq

Describe the issue you're reporting

https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/10391822945/job/28775650790?pr=34656#step:6:472

=== FAIL: . TestDialConfig (0.01s)
    client_test.go:101: 
        	Error Trace:	D:\a\opentelemetry-collector-contrib\opentelemetry-collector-contrib\internal\rabbitmq\client_test.go:101
        	Error:      	Error "dial tcp [::1]:5672: connectex: No connection could be made because the target machine actively refused it." does not contain "connect: connection refused"
        	Test:       	TestDialConfig

=== FAIL: . TestReconnectIfUnhealthy (0.00s)
    client_test.go:124: 
        	Error Trace:	D:\a\opentelemetry-collector-contrib\opentelemetry-collector-contrib\internal\rabbitmq\client_test.go:124
        	Error:      	Error "failed attempt at restoring unhealthy connection\ndial tcp [::1]:5672: connectex: No connection could be made because the target machine actively refused it." does not contain "connect: connection refused"
        	Test:       	TestReconnectIfUnhealthy

=== FAIL: . TestDialConfig (re-run 1) (0.01s)
    client_test.go:101: 
        	Error Trace:	D:\a\opentelemetry-collector-contrib\opentelemetry-collector-contrib\internal\rabbitmq\client_test.go:101
        	Error:      	Error "dial tcp [::1]:5672: connectex: No connection could be made because the target machine actively refused it." does not contain "connect: connection refused"
        	Test:       	TestDialConfig

=== FAIL: . TestReconnectIfUnhealthy (re-run 1) (0.01s)
    client_test.go:124: 
        	Error Trace:	D:\a\opentelemetry-collector-contrib\opentelemetry-collector-contrib\internal\rabbitmq\client_test.go:124
        	Error:      	Error "failed attempt at restoring unhealthy connection\ndial tcp [::1]:5672: connectex: No connection could be made because the target machine actively refused it." does not contain "connect: connection refused"
        	Test:       	TestReconnectIfUnhealthy
@pjanotti pjanotti added the needs triage New item requiring triage label Aug 14, 2024
Copy link
Contributor

Pinging code owners:

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

@frzifus frzifus self-assigned this Aug 14, 2024
@frzifus frzifus removed the needs triage New item requiring triage label Aug 14, 2024
@songy23
Copy link
Member

songy23 commented Aug 16, 2024

Fixed in #34722

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

No branches or pull requests

4 participants