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

[v16] Fix tempdir test flakiness in lib/service #51208

Open
wants to merge 1 commit into
base: branch/v16
Choose a base branch
from

Conversation

zmb3
Copy link
Collaborator

@zmb3 zmb3 commented Jan 17, 2025

Setting auth's data dir to t.TempDir() and then setting the storage config path to another invocation of t.TempDir() ends up creating two separate directories, when the behavior Teleport generally expects is that auth's audit storage is a subdirectory of the process data directory.

Backports #50717

Setting auth's data dir to `t.TempDir()` and then setting the storage
config path to another invocation of `t.TempDir()` ends up creating
two separate directories, when the behavior Teleport generally
expects is that auth's audit storage is a subdirectory of the process
data directory.
@zmb3 zmb3 changed the title [v16] Fix tempdir test flakess in lib/service [v16] Fix tempdir test flakiness in lib/service Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants