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/LeafSessionRecording flakiness #52775

Closed
rosstimothy opened this issue Mar 4, 2025 · 0 comments · Fixed by #52776
Closed

TestIntegrations/LeafSessionRecording flakiness #52775

rosstimothy opened this issue Mar 4, 2025 · 0 comments · Fixed by #52776
Assignees

Comments

@rosstimothy
Copy link
Contributor

Failure

Link(s) to logs

Relevant snippet

    integration_test.go:1129: 
        	Error Trace:	/__w/teleport/teleport/integration/integration_test.go:1129
        	            				/go/pkg/mod/golang.org/[email protected]/src/runtime/asm_amd64.s:1700
        	Error:      	Received unexpected error:
        	            	failed connecting to host leaf-zero:0: failed to receive cluster details response
        	            		failed to dial target host
        	            		direct dialing to nodes not found in inventory is not supported
        	Test:       	TestIntegrations/LeafSessionRecording/root_rec_mode="proxy"_leaf_rec_mode="proxy"
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xf966844]

goroutine 315852 [running]:
github.com/gravitational/teleport/lib/client.(*NodeClient).RunInteractiveShell(0x0, {0x18ae4758, 0x20c1b080}, {0x1727bfc6, 0x4}, {0x0, 0x0}, 0xc0082c3908?, 0x0)
	/__w/teleport/teleport/lib/client/client.go:371 +0x124
github.com/gravitational/teleport/integration.testLeafProxySessionRecording.func1.3()
	/__w/teleport/teleport/integration/integration_test.go:1131 +0x19e
created by github.com/gravitational/teleport/integration.testLeafProxySessionRecording.func1 in goroutine 307988
	/__w/teleport/teleport/integration/integration_test.go:1122 +0x93d
FAIL integration.TestIntegrations/LeafSessionRecording/root_rec_mode="proxy"_leaf_rec_mode="proxy" (-1.00s)
@rosstimothy rosstimothy self-assigned this Mar 4, 2025
rosstimothy added a commit that referenced this issue Mar 4, 2025
This applies the same measures as #49850 to ensure that nodes are
present and dialable before proceeding with the test.

Fixes #52775.
github-merge-queue bot pushed a commit that referenced this issue Mar 5, 2025
This applies the same measures as #49850 to ensure that nodes are
present and dialable before proceeding with the test.

Fixes #52775.
github-actions bot pushed a commit that referenced this issue Mar 5, 2025
This applies the same measures as #49850 to ensure that nodes are
present and dialable before proceeding with the test.

Fixes #52775.
rosstimothy added a commit that referenced this issue Mar 5, 2025
This applies the same measures as #49850 to ensure that nodes are
present and dialable before proceeding with the test.

Fixes #52775.
rosstimothy added a commit that referenced this issue Mar 5, 2025
This applies the same measures as #49850 to ensure that nodes are
present and dialable before proceeding with the test.

Fixes #52775.
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.

1 participant