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
novemberborn
changed the title
Ava should stop just like nodejs crash on unhandle rejections
Set default timeout / ensure worker exists after unhandled rejections
Jan 2, 2020
novemberborn
changed the title
Set default timeout / ensure worker exists after unhandled rejections
Set default timeout / ensure worker exits after unhandled rejections
Jan 2, 2020
I have tests which are executed in CI. Sometime it just hangs a lot of time cause test never end due to an uncaught promise error.
If i run the server in production it should crash (but currently it do not).
We test in CI to prevent unexpected bug. Ava currently wait and consume CI time for unhandled async rejections.
It would save cost if ava could fail test instantly.
The text was updated successfully, but these errors were encountered: