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
Bug Description
As reported by @nanomobile at #1104 (comment), we have several code that exiting from within a library, which makes them hard to test with boost unit testing framework.
Bug Description
As reported by @nanomobile at #1104 (comment), we have several code that exiting from within a library, which makes them hard to test with boost unit testing framework.
Libraries should not call exit directly, instead, should call
return
orthrow
.Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
Steps To Reproduce
tests/chain_test
;tests/chain_test
will exit unexpectedly after that test case.Expected Behavior
tests/chain_test
will run all test cases.CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: