Skip to content

Commit

Permalink
test: re-organized array according to order of logs and included 2 mo…
Browse files Browse the repository at this point in the history
…re interruption events
  • Loading branch information
seaona committed Dec 15, 2021
1 parent 71115a5 commit 618f4d2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions test/functional/feature_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,23 @@ def check_clean_start():
assert_equal(200, node.getblockcount())

lines_to_terminate_after = [
'Validating signatures for all blocks',
'scheduler thread start',
'Starting HTTP server',
'Loading P2P addresses',
'Loading banlist',
'Loading block index',
'Switching active chainstate',
'Checking all blk files are present',
'Loaded best chain:',
'init message: Verifying blocks',
'init message: Starting network threads',
'net thread start',
'addcon thread start',
'loadblk thread start',
# TODO: reenable - see above TODO
# 'txindex thread start',
'net thread start',
'addcon thread start',
'msghand thread start',
'Checking all blk files are present',
'init message: Starting network threads'
'msghand thread start'
]
if self.is_wallet_compiled():
lines_to_terminate_after.append('Verifying wallet')
Expand Down

0 comments on commit 618f4d2

Please sign in to comment.