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

[receiver/cloudflare] TestReceiverTLSIntegration integration test failing #32600

Closed
crobert-1 opened this issue Apr 22, 2024 · 1 comment · Fixed by #32601
Closed

[receiver/cloudflare] TestReceiverTLSIntegration integration test failing #32600

crobert-1 opened this issue Apr 22, 2024 · 1 comment · Fixed by #32601
Labels
needs triage New item requiring triage receiver/cloudflare

Comments

@crobert-1
Copy link
Member

Component(s)

receiver/cloudflare

Describe the issue you're reporting

This integration test was recently re-enabled as a part of #32532, but it continues to fail intermittently.

Failure CI/CD link

Failure output:

Running target 'mod-integration-test' in module 'receiver/cloudflarereceiver' as part of group 'receiver-0'
make --no-print-directory -C receiver/cloudflarereceiver mod-integration-test
running go integration test ./... in /home/runner/work/opentelemetry-collector-contrib/opentelemetry-collector-contrib/receiver/cloudflarereceiver
/home/runner/work/opentelemetry-collector-contrib/opentelemetry-collector-contrib/.tools/gotestsum --rerun-fails=1 --packages="./..." -- -race -timeout 360s -parallel 4 -tags=integration,"" -run=Integration
∅  internal/metadata
✖  . (149ms)

DONE 3 tests, 2 failures in 1.127s

✖  . (83ms)

=== Failed
=== FAIL: . TestReceiverTLSIntegration/multiple_log_payload (0.06s)
    logs_integration_test.go:114: 
        	Error Trace:	/home/runner/work/opentelemetry-collector-contrib/opentelemetry-collector-contrib/receiver/cloudflarereceiver/logs_integration_test.go:114
        	Error:      	Received unexpected error:
        	            	the following errors occurred:
        	            	 -  resources are out of order: resource "map[]" expected at index 0, found at index 1
        	            	 -  resources are out of order: resource "map[cloudflare.zone:example.com]" expected at index 1, found at index 2
        	            	 -  resources are out of order: resource "map[cloudflare.zone:abc.com]" expected at index 2, found at index 0
        	Test:       	TestReceiverTLSIntegration/multiple_log_payload

=== FAIL: . TestReceiverTLSIntegration (0.13s)

=== FAIL: . TestReceiverTLSIntegration/multiple_log_payload (re-run 1) (0.07s)
    logs_integration_test.go:114: 
        	Error Trace:	/home/runner/work/opentelemetry-collector-contrib/opentelemetry-collector-contrib/receiver/cloudflarereceiver/logs_integration_test.go:114
        	Error:      	Received unexpected error:
        	            	the following errors occurred:
        	            	 -  resources are out of order: resource "map[]" expected at index 0, found at index 1
        	            	 -  resources are out of order: resource "map[cloudflare.zone:example.com]" expected at index 1, found at index 2
        	            	 -  resources are out of order: resource "map[cloudflare.zone:abc.com]" expected at index 2, found at index 0
        	Test:       	TestReceiverTLSIntegration/multiple_log_payload

=== FAIL: . TestReceiverTLSIntegration (re-run 1) (0.07s)

DONE 2 runs, 5 tests, 4 failures in 1.947s
make[2]: *** [../../Makefile.Common:142: mod-integration-test] Error 1
make[1]: *** [Makefile:165: receiver/cloudflarereceiver] Error 2
make: *** [Makefile:122: gointegration-test] Error 2
make[1]: Leaving directory '/home/runner/work/opentelemetry-collector-contrib/opentelemetry-collector-contrib'
Copy link
Contributor

Pinging code owners:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage New item requiring triage receiver/cloudflare
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant