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
The tests should be cleaning up better after themselves. I think the ones that are left behind are the tests that are checking error conditions, but it is pretty hard to tell just from the log which they are.
The title says "Windows", but my guess is that on Linux they simply aren't orphaned because when mocha exits it is fully terminating all child processes on Linux and not doing it on Windows. But ideally the test itself should cleanup after itself and not wait until the mocha exits.
The text was updated successfully, but these errors were encountered:
It may be the secondary effect of tests not cleaning up after themselves is that when a test actually fails that if the orphaned process is something like count (an infinite tight loop) the CPU usage on the test machine is left abnormally high, slowing down the whole test run.
At the end of the GitHub actions run there are a handful of orphaned processes left when running on Windows, e.g from this run:
The tests should be cleaning up better after themselves. I think the ones that are left behind are the tests that are checking error conditions, but it is pretty hard to tell just from the log which they are.
The title says "Windows", but my guess is that on Linux they simply aren't orphaned because when mocha exits it is fully terminating all child processes on Linux and not doing it on Windows. But ideally the test itself should cleanup after itself and not wait until the mocha exits.
The text was updated successfully, but these errors were encountered: