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

FD leak from test code, resulting in needing more than 1k FDs open #3306

Open
saiarcot895 opened this issue Sep 29, 2024 · 0 comments
Open

Comments

@saiarcot895
Copy link
Contributor

The test code in this repo doesn't appear to clean up resources as soon as they're done. In this case, resources refers to the number of open file descriptors. This results in having more than 1k file descriptors by the end of the swss tests. This can hit ulimit thresholds depending on slave container configuration.

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