Hacker News new | ask | show | jobs
by throwawaymaths 608 days ago
Yes. Abort early in unit tests, core dump so it never makes it to prod
1 comments

The panic is converted to an Erlang error exception. You have to explicitly ignore it to make unit tests pass in spite of it.

I am still interested in the situation you observed.