We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/tmp
After rake test, the following files remained in /tmp.
rake test
/tmp/SERVERENGINE_SOCKETMANAGER_*
/tmp/fluentd-lock-*
/tmp/fluent/
ls /tmp
Files created by tests should be deleted.
- Fluentd version: 1.15.3 - Operating system: Ubuntu 22.04 - Kernel version: 5.15.0-58-generic
-
No response
The text was updated successfully, but these errors were encountered:
Thanks for your report!
I ran a few tests first, but no temporary files were left.
$ bundle exec rake test TESTOPTS="-t'SupervisorTest'" $ bundle exec rake test TESTOPTS="-t'FileOutputTest'"
Some specific tests may be the cause. I am concerned that it may be difficult to identify which test is the cause...
I am running all tests in my local environment now.
Sorry, something went wrong.
I have been able to identify a few causes.
#4050 This fix removes several files.
Wow! Thanks!
I can confirm those files are left in /tmp/ after running all tests.
/tmp/
We might also consider the idea that since it is in /tmp/, it is not a problem if it remains to some extent.
If there is a test where we obviously forget something, it would be nice to fix it.
daipom
Successfully merging a pull request may close this issue.
Describe the bug
After
rake test
, the following files remained in/tmp
./tmp/SERVERENGINE_SOCKETMANAGER_*
/tmp/fluentd-lock-*
/tmp/fluent/
To Reproduce
rake test
ls /tmp
Expected behavior
Files created by tests should be deleted.
Your Environment
Your Configuration
Your Error Log
Additional context
No response
The text was updated successfully, but these errors were encountered: