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

TestIntegrations/Disconnection/concurrent_connection_limits_exceeded_node_recording flakiness #31722

Closed
zmb3 opened this issue Sep 11, 2023 · 5 comments · Fixed by #49850
Closed
Assignees

Comments

@zmb3
Copy link
Collaborator

zmb3 commented Sep 11, 2023

Failure

Link(s) to logs

Relevant snippet

        	            				/__w/teleport/teleport/integration/integration_test.go:2058
        	Error:      	Async error
        	Test:       	TestIntegrations/Disconnection/concurrent_connection_limits_exceeded_node_recording
        	Messages:   	Expected error to contain "administratively prohibited", got: failed connecting to host localhost:37531: failed to receive cluster details response
        	            		failed to dial target host
        	            		direct dialing to nodes not found in inventory is not supported
@zmb3
Copy link
Collaborator Author

zmb3 commented Sep 11, 2023

FYI @lxea looks like more flakiness due to disabling dialing non-inventory nodes

@zmb3
Copy link
Collaborator Author

zmb3 commented Sep 18, 2023

Got a similar hit in TestIntegrations/Disconnection/verify_that_lost_connections_to_auth_server_terminate_controlled_connections

https://github.com/gravitational/teleport/actions/runs/6227499962/job/16902262197

@zmb3
Copy link
Collaborator Author

zmb3 commented Oct 4, 2023

https://github.com/gravitational/teleport/actions/runs/6409770371/job/17401690974

{"caller":"auth/middleware.go:338","component":"auth:29","level":"debug","message":"Server certificate cert(00000000-0000-0000-0000-000000000000.local-site issued by local-site:254193836761677461292139071673744226409).","timestamp":"2023-10-04T18:09:47Z"}
    integration_test.go:2164: 
        	Error Trace:	/__w/teleport/teleport/integration/integration_test.go:2164
        	            				/__w/teleport/teleport/integration/integration_test.go:2057
        	Error:      	Async error
        	Test:       	TestIntegrations/Disconnection/concurrent_connection_limits_exceeded_proxy_recording
        	Messages:   	Expected error to contain "administratively prohibited", got: failed connecting to host localhost:35533: failed to receive cluster details response
        	            		failed to dial target host
        	            		direct dialing to nodes not found in inventory is not supported

@nklaassen
Copy link
Contributor

@nklaassen nklaassen reopened this Dec 3, 2023
@GavinFrazar
Copy link
Contributor

GavinFrazar commented Dec 22, 2023

passes locally, failed in https://github.com/gravitational/teleport/actions/runs/7280185796/job/19838095046?pr=35949

=== FAIL: integration TestIntegrations/Disconnection/verify_that_lost_connections_to_auth_server_terminate_controlled_connections (3.85s)
    integration_test.go:2176: 
        	Error Trace:	/__w/teleport/teleport/integration/integration_test.go:2180
        	            				/opt/go/src/runtime/asm_amd64.s:1650
        	Error:      	Received unexpected error:
        	            	rpc error: code = Canceled desc = context canceled
    integration_test.go:2176: 
        	Error Trace:	/__w/teleport/teleport/integration/integration_test.go:2181
        	            				/opt/go/src/runtime/asm_amd64.s:1650
        	Error:      	"[]" should have 1 item(s), but has 0
    integration_test.go:2176: 
        	Error Trace:	/__w/teleport/teleport/integration/integration_test.go:2176
        	            				/__w/teleport/teleport/integration/integration_test.go:2297
        	            				/__w/teleport/teleport/integration/integration_test.go:2197
        	Error:      	Condition never satisfied
        	Test:       	TestIntegrations/Disconnection/verify_that_lost_connections_to_auth_server_terminate_controlled_connections
        --- FAIL: TestIntegrations/Disconnection/verify_that_lost_connections_to_auth_server_terminate_controlled_connections (3.85s)

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.

5 participants