Open tigrato opened 2 years ago
@espadolini could this just be racy shutdown behavior? The error that the ssh.node
service is returning is context.Canceled
, which happens as a result of the call to *TeleInstance.StopAll()
when the test is shutting down.
Test: TestIntegrations/AuditOn/recording_proxy
Process exited with status 255
Error: Received unexpected error:
Error Trace: /workspace/integration/integration_test.go:444
integration_test.go:444:
Looks like this started with https://github.com/gravitational/teleport/pull/16953/files
An error that previously went unchecked is now being checked.
Seems to be some race in how we clean up sessions?
Today is being particularly difficult for this test to pass. It's about the tenth time it fails
@Joerger You vanquished this one in https://github.com/gravitational/teleport/pull/12101 a while back, any ideas as to why it might be acting up again?
@jakule good to close this one?
Closing. Looks like https://github.com/gravitational/teleport/pull/17687 fixed the issue.
It survived almost a year.... :cry: Failing build https://github.com/gravitational/teleport/actions/runs/6419752754/job/17430271963
{"caller":"auth/auth.go:1190","component":"auth","level":"debug","message":"Checking for new teleport releases via github api.","timestamp":"2023-10-05T13:34:49Z"}
integration_test.go:498:
Error Trace: /__w/teleport/teleport/integration/integration_test.go:498
Error: Received unexpected error:
context deadline exceeded
Test: TestIntegrations/AuditOn/recording_proxy_with_upload_to_file_server
{"caller":"sshutils/server.go:425","component":"ssh:node","level":"debug","message":"Server 127.0.0.1:45281 has closed.","timestamp":"2023-10-05T13:34:54Z"}
https://github.com/gravitational/teleport/actions/runs/6564546618/job/17831123007
Same failure here. @jakule or @Joerger any ideas?
another in v14 merge queue https://github.com/gravitational/teleport/actions/runs/7050209642/job/19190382930
another hit off master https://github.com/gravitational/teleport/actions/runs/7066054434/job/19263411490
=== RUN TestIntegrations/AuditOn/normal_teleport_with_upload_to_file_server
integration_test.go:500:
Error Trace: /__w/teleport/teleport/integration/integration_test.go:500
Error: Received unexpected error:
rpc error: code = DeadlineExceeded desc = context deadline exceeded
Test: TestIntegrations/AuditOn/normal_teleport_with_upload_to_file_server
--- FAIL: TestIntegrations/AuditOn/normal_teleport_with_upload_to_file_server (12.98s)
v14: https://github.com/gravitational/teleport/actions/runs/7477999541/job/20351955564?pr=36516
integration_test.go:500:
Error Trace: /__w/teleport/teleport/integration/integration_test.go:500
Error: Received unexpected error:
rpc error: code = DeadlineExceeded desc = context deadline exceeded
Test: TestIntegrations/AuditOn/recording_proxy_with_upload_to_file_server
v14 https://github.com/gravitational/teleport/actions/runs/8834247032/job/24255465293#step:6:1026
integration_test.go:504:
Error Trace: /__w/teleport/teleport/integration/integration_test.go:504
Error: Received unexpected error:
rpc error: code = DeadlineExceeded desc = context deadline exceeded
Test: TestIntegrations/AuditOn/normal_teleport
v14 https://github.com/gravitational/teleport/actions/runs/9353591579/job/25744470753#step:6:996
integration_test.go:504:
Error Trace: /__w/teleport/teleport/integration/integration_test.go:504
Error: Received unexpected error:
rpc error: code = DeadlineExceeded desc = context deadline exceeded
Test: TestIntegrations/AuditOn/recording_proxy_with_upload_to_file_server
I think this is still flaky
integration_test.go:503:
Error Trace: /__w/teleport/teleport/integration/integration_test.go:503
Error: Received unexpected error:
rpc error: code = DeadlineExceeded desc = context deadline exceeded
Test: TestIntegrations/AuditOn/recording_proxy,_sync_recording
https://github.com/gravitational/teleport/actions/runs/10374191024/job/28721090769
Failure
Link(s) to logs
Relevant snippet