Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/production_pause_vote_timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,13 @@
####################### test 4 ######################
# shutdown node0 and make sure node1 does not pause

currentBlockNum = node0.getBlockNum()

Print("Restart finalizercNode")
finalizercNode.relaunch()

Print("Wait for LIB after finalizercNode back up")
assert finalizercNode.waitForIrreversibleBlock(currentBlockNum), "finalizercNode did not sync and advance LIB"
assert finalizercNode.waitForLibToAdvance(), "finalizercNode did not advance LIB after relaunch"

Print("Shutdown Node0")
Expand Down