Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Oct 8, 2024
1 parent b122523 commit ee12561
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/TestHarness/Node.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,10 @@ def countInLog(self, searchStr) -> int:
count += contents.count(searchStr)
return count

# verify only one 'Starting block' per block number unless block is restarted
# Verify that we have only one "Starting block" in the log for any block number unless:
# - the block was restarted because it was exhausted,
# - or the second "Starting block" is for a different block time than the first.
# -------------------------------------------------------------------------------------
def verifyStartingBlockMessages(self):
dataDir=Utils.getNodeDataDir(self.nodeId)
files=Node.findStderrFiles(dataDir)
Expand Down

0 comments on commit ee12561

Please sign in to comment.