sonic-swss icon indicating copy to clipboard operation
sonic-swss copied to clipboard

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

Open saiarcot895 opened this issue 4 months ago • 0 comments

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.

saiarcot895 avatar Sep 29 '24 17:09 saiarcot895