sonic-swss
sonic-swss copied to clipboard
FD leak from test code, resulting in needing more than 1k FDs open
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.