We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 214dbcc + 4cc7113 commit a357d4fCopy full SHA for a357d4f
tests/pause_at_block_test.py
@@ -64,6 +64,9 @@
64
65
assert prodNode.waitForLibToAdvance(), "LIB did not advance with paused nodes"
66
assert prodNode2.waitForBlock(blockNum), f"Block {blockNum} did not arrive after pausing"
67
+ assert headNode.waitForBlock(blockNum), f"Block {blockNum} did not arrive after pausing"
68
+ assert specNode.waitForBlock(blockNum), f"Block {blockNum} did not arrive after pausing"
69
+ assert irrvNode.waitForBlock(blockNum), f"Block {blockNum} did not arrive after pausing"
70
71
Utils.Print(f"Verify paused at block {blockNum}")
72
assert prodNode2.getHeadBlockNum() == blockNum, "Prod Node_01 did not pause at block"
0 commit comments