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
We have a bunch of tests that load a big amount of data. When that data exceeds the maximum heap size configured in Node, the worker fails and Jest hangs.
I'm pretty sure we'd have the same behaviour with any other fatal error in the worker.
(I'll look into this after. I just wanted to have an issue I could link 😅).
To Reproduce
Steps to reproduce the behavior:
Make a worker fail by creating a test that reserves memory indefinitely and see how Jest hangs.
Expected behavior
Jest should make that test fail and continue with the rest, eventually finishing.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 Bug Report
We have a bunch of tests that load a big amount of data. When that data exceeds the maximum heap size configured in Node, the worker fails and Jest hangs.
I'm pretty sure we'd have the same behaviour with any other fatal error in the worker.
(I'll look into this after. I just wanted to have an issue I could link 😅).
To Reproduce
Steps to reproduce the behavior:
Make a worker fail by creating a test that reserves memory indefinitely and see how Jest hangs.
Expected behavior
Jest should make that test fail and continue with the rest, eventually finishing.
The text was updated successfully, but these errors were encountered: