daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
67 stars 62 forks source link

Leaking FD in test suite #708

Closed philipportner closed 7 months ago

philipportner commented 7 months ago

While debugging a PR #706 and why the tests don't finish for that PR I came across cases when the calls to pipe in runProgram, here, would fail with errno 24 aka EMFILE, or Too many open files (POSIX.1-2001).. This means that we are leaking file descriptors during test execution.

philipportner commented 7 months ago

closed by commit c2900a3