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

Parquet Tests Cleanup Temporary Files #1164

Closed
tustvold opened this issue Jan 12, 2022 · 0 comments · Fixed by #1165
Closed

Parquet Tests Cleanup Temporary Files #1164

tustvold opened this issue Jan 12, 2022 · 0 comments · Fixed by #1165
Labels
development-process Related to development process of arrow-rs enhancement Any new improvement worthy of a entry in the changelog

Comments

@tustvold
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

The parquet tests create a large amount of temporary files in /target when running tests, and these are never cleaned up. This is particularly painful for the fuzz tests which generate files with random names, and so the footprint will grow over time.

Describe the solution you'd like

Tests should automatically cleanup temporary files used for testing. Arrow is already using a tempfile crate that can do this, and so it probably makes sense to use this also

@tustvold tustvold added the enhancement Any new improvement worthy of a entry in the changelog label Jan 12, 2022
@alamb alamb added the development-process Related to development process of arrow-rs label Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of arrow-rs enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants