You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have a new or modified API suggestion to solve the problem?
Add a new option / flag, that will make the tests fail on any such leak. Both at an individual test level, and at a global level, similar to the already integrated leak detection.
Besides making the inert tests simpler, and platform agnostic, this feature can help expose issues in existing code and tests.
What problem are you trying to solve?
Track any leaking open file descriptors. Currently this is done in
inert
through a platform-specific hack.Do you have a new or modified API suggestion to solve the problem?
Add a new option / flag, that will make the tests fail on any such leak. Both at an individual test level, and at a global level, similar to the already integrated leak detection.
Besides making the
inert
tests simpler, and platform agnostic, this feature can help expose issues in existing code and tests.See wtfnode for a way to do this.
The text was updated successfully, but these errors were encountered: