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

Integration tests leave stray files/directories in $TMPDIR #12401

Open
nagisa opened this issue Nov 6, 2024 · 0 comments
Open

Integration tests leave stray files/directories in $TMPDIR #12401

nagisa opened this issue Nov 6, 2024 · 0 comments

Comments

@nagisa
Copy link
Collaborator

nagisa commented Nov 6, 2024

Description

Running a

find /tmp/ -iname '.tmp*' | wc -l
just nextest-integration nightly --config fail-fast=false
find /tmp/ -iname '.tmp*' | wc -l

Will output something like

243
572

Even if the test run is otherwise successful. Moreover some of these directories end up non-empty, thus consuming an usually quite limited space on this mount.

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

No branches or pull requests

1 participant