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

testserver: respect the TMPDIR environment variable #164

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

rafiss
Copy link
Contributor

@rafiss rafiss commented Mar 10, 2023

This will be useful for cockroachdb CI, which has logic that can preserve temporary files in TMPDIR in the CI artifacts.

It's safe to remove the logic to use "/tmp" since that was initially added in a2ed1c6, but it's no longer needed since the testserver no longer creates UNIX sockets.

This will be useful for cockroachdb CI, which has logic that can
preserve temporary files in TMPDIR in the CI artifacts.

It's safe to remove the logic to use "/tmp" since that was initially
added in a2ed1c6, but it's no longer needed since the testserver no
longer creates UNIX sockets.
@rafiss rafiss requested a review from renatolabs March 10, 2023 17:48
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rafiss rafiss merged commit d51b7cd into cockroachdb:master Mar 10, 2023
@rafiss rafiss deleted the use-default-tmpdir branch March 10, 2023 18:06
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.

None yet

3 participants