AntelopeIO / spring

C++ implementation of the Antelope protocol with Savanna consensus
Other
9 stars 5 forks source link

Test failure: nodeos_signal_throw_test #1004

Closed heifner closed 1 week ago

heifner commented 1 week ago

https://github.com/AntelopeIO/spring/actions/runs/11614250887/job/32342750475

  File "/__w/spring/spring/build/tests/nodeos_signal_throw_test.py", line 114, in <module>
    verifyExceptionShutsdown(node0, "voted_block", "controller_emit_signal_exception")
  File "/__w/spring/spring/build/tests/nodeos_signal_throw_test.py", line 47, in verifyExceptionShutsdown
    assert node.waitForNodeToExit(timeout=5), f"Node {node.nodeId} did not shutdown on {sig} exception {exception}"
AssertionError: Node 0 did not shutdown on voted_block exception controller_emit_signal_exception

core file included logs.

heifner commented 1 week ago

Might be caused by changes of https://github.com/AntelopeIO/spring/pull/993

Another core on the same branch. https://github.com/AntelopeIO/spring/actions/runs/11629970306/job/32388413188

heifner commented 1 week ago

Caused by interrmediate change of #993