-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
TestInitDatabaseService/enabled_invalid_databases
flakiness
#42963
Comments
Another hit on master: https://github.com/gravitational/teleport/actions/runs/9552074016/job/26327820702?pr=42277 |
New hit here: https://github.com/gravitational/teleport/actions/runs/10798727879/job/29952841726?pr=46226 Looks like the tempdir cleanup problem:
|
Nightly test runner is also hitting the directory cleanup:
|
Addresses two separate issues caused by using t.TempDir as the data directory in the test. - Session recording is disabled to avoid cleanup problems with a non-empty data dir - The debug service is disabled to prevent long unix socket paths from failing tests on macOS Closes #42963
Addresses two separate issues caused by using t.TempDir as the data directory in the test. - Session recording is disabled to avoid cleanup problems with a non-empty data dir - The debug service is disabled to prevent long unix socket paths from failing tests on macOS Closes #42963
Addresses two separate issues caused by using t.TempDir as the data directory in the test. - Session recording is disabled to avoid cleanup problems with a non-empty data dir - The debug service is disabled to prevent long unix socket paths from failing tests on macOS Closes #42963
Addresses two separate issues caused by using t.TempDir as the data directory in the test. - Session recording is disabled to avoid cleanup problems with a non-empty data dir - The debug service is disabled to prevent long unix socket paths from failing tests on macOS Closes #42963
This test is likely prone to the same issues that TestDynamicClientReuse had. Namely, we are closing the process without waiting for all the services to be completed first. |
Just hit this again even after #49477 😭 https://github.com/gravitational/teleport/actions/runs/12415550001/job/34662170201 |
Failure
Link(s) to logs
Relevant snippet
The text was updated successfully, but these errors were encountered: