Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/5.0' into GH-2006-test-n…
Browse files Browse the repository at this point in the history
…o-block-log-sync-main
  • Loading branch information
heifner committed Dec 21, 2023
2 parents 54633f0 + debef7f commit c8920c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nodeos_startup_catchup.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def waitForNodeStarted(node):
logFile = Utils.getNodeDataDir(catchupNodeNum) + "/stderr.txt"
f = open(logFile)
contents = f.read()
if contents.count("unlinkable_block_exception") > 3: # a few are fine
if contents.count("3030001 unlinkable_block_exception: Unlinkable block") > 10: # a few are fine
errorExit(f"Node{catchupNodeNum} has unlinkable blocks: {logFile}.")

testSuccessful=True
Expand Down

0 comments on commit c8920c3

Please sign in to comment.