mirror of
https://github.com/nspcc-dev/dbft.git
synced 2026-03-01 04:28:38 +00:00
Fail Simulation workflow on library panic #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnnaShaleva on GitHub (Nov 28, 2024).
Is your feature request related to a problem? Please describe.
Sometimes simulation workflow log may include panic due to various library errors, like in #135:
Process exit status code is non-zero in this case, hence workflow PASSes.
Describe the solution you'd like
Workflow should FAIL in such cases.
Additional context
It's not critical, however it leads to the fact that we're missing some bugs.