-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When Intern timeouts on exit, throws a TypeError #576
Comments
The exit codes are normally provided by the |
It doesn't seem to be due to an intentional change in Node. At least, the current docs still list the exit code as optional, a number of Node's self tests call |
There have been some problems with unref'd timers recently, I wonder if they could be provoking this somehow. Even though that ticket was.closed in late 2015, they are still calling it out in the release notes under Known Issues. |
Is this still a recurring issue, or has it been overcome by events? I was getting a NodeJS hang message consistently when using one of the Dig Dug tunnels (it wasn't shutting down properly), but never saw a TypeError. |
Closing this due to inactivity |
When a NodeJS environment does not try to shutdown on a timely basis after Intern has finished executing, Intern logs that it thinks NodeJS has hung and then exits, but does not provide an exit code and then throws a type error:
The text was updated successfully, but these errors were encountered: