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

test: replace t.TempDir() #342

Merged
merged 1 commit into from
Jan 6, 2025
Merged

test: replace t.TempDir() #342

merged 1 commit into from
Jan 6, 2025

Conversation

YusukeShimizu
Copy link
Contributor

@YusukeShimizu YusukeShimizu commented Dec 31, 2024

Use os.MkdirTemp() instead of t.TempDir() for the DataDir.
The shorter temp paths avoid problems with long unix socket paths composed using the DataDir.
See golang/go#62614.

Note

The changes are related to CI or productivity and do not affect the codebase's functionality.

Use os.MkdirTemp() instead of t.TempDir() for the DataDir.
The shorter temp paths avoid problems with
long unix socket paths composed using the DataDir.
See golang/go#62614.
@YusukeShimizu YusukeShimizu merged commit 4350878 into master Jan 6, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant