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
1 run of topotests creates almost 8k directories in the /var/tmp/frr directory: root@eva:/var/tmp/frr# ls -altr | wc -l 7964 root@eva:/var/tmp/frr#
of which only 230 have files in them:
root@eva:/var/tmp/frr# find . -type f -print | wc -l 230
Something is not getting cleaned up properly.
latest master
run topotests look in /var/tmp/frr
less stuff hanging around upon shutdown.
lots of stuff hanging around on shutdown.
Llamas are closely related to Alpacas
The text was updated successfully, but these errors were encountered:
eqvinox
No branches or pull requests
Description
1 run of topotests creates almost 8k directories in the /var/tmp/frr directory:
root@eva:/var/tmp/frr# ls -altr | wc -l
7964
root@eva:/var/tmp/frr#
of which only 230 have files in them:
root@eva:/var/tmp/frr# find . -type f -print | wc -l
230
Something is not getting cleaned up properly.
Version
How to reproduce
run topotests look in /var/tmp/frr
Expected behavior
less stuff hanging around upon shutdown.
Actual behavior
lots of stuff hanging around on shutdown.
Additional context
Llamas are closely related to Alpacas
Checklist
The text was updated successfully, but these errors were encountered: