eosnetworkfoundation / mandel

Obsolete. Use https://github.com/AntelopeIO/leap instead.
Other
87 stars 30 forks source link

Enhance all regression python tests to verify clean shutdown #793

Closed heifner closed 1 year ago

heifner commented 2 years ago

Currently most of the regression python tests kill -9 on a successful test. In order to get better coverage around clean shutdown, the TestHelper.shutdown should be modified to first kill -15 and verify clean exit as part of the test. Errors should be reported so that issues with shutdown segfaulting/aborting can be more readily found. This would be a simple change to the current regression suite which would provide additional coverage over a common issue in nodeos.

spoonincode commented 1 year ago

will track in leap now