We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading from node 14 to 16, multiple projects are encountering CI failures where Jest unit tests hang and the builds timeout after an hour.
Jest tests should exit appropriately, erroring/failing tests where necessary
Internal reproduction available on request.
We could add a process.on('unhandledRejection') handler or otherwise force the node process to exit gracefully when jest hangs
Node 14 was recently EOL so we have a lot of teams upgrading.
The text was updated successfully, but these errors were encountered:
This was determined to be an issue with jest performance in node 16+. Please see #683 for more information.
Sorry, something went wrong.
No branches or pull requests
🐛 Bug report
Current Behavior
After upgrading from node 14 to 16, multiple projects are encountering CI failures where Jest unit tests hang and the builds timeout after an hour.
Expected behavior
Jest tests should exit appropriately, erroring/failing tests where necessary
Reproducible example
Internal reproduction available on request.
Suggested solution(s)
We could add a process.on('unhandledRejection') handler or otherwise force the node process to exit gracefully when jest hangs
Additional context
Node 14 was recently EOL so we have a lot of teams upgrading.
The text was updated successfully, but these errors were encountered: