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

Merged
merged 1 commit into from
Jan 20, 2025

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
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from strideynet January 20, 2025 10:04
@zmb3 zmb3 added the no-changelog Indicates that a PR does not require a changelog entry label Jan 20, 2025
@zmb3 zmb3 enabled auto-merge January 20, 2025 20:30
@zmb3 zmb3 added this pull request to the merge queue Jan 20, 2025
Merged via the queue into branch/v16 with commit a1b09ce Jan 20, 2025
40 of 43 checks passed
@zmb3 zmb3 deleted the zmb3/v16-backport-50717 branch January 20, 2025 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants