Skip to content

Commit 618f4d2

Browse files
committed
test: re-organized array according to order of logs and included 2 more interruption events
1 parent 71115a5 commit 618f4d2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

test/functional/feature_init.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,23 @@ def check_clean_start():
5757
assert_equal(200, node.getblockcount())
5858

5959
lines_to_terminate_after = [
60+
'Validating signatures for all blocks',
6061
'scheduler thread start',
62+
'Starting HTTP server',
6163
'Loading P2P addresses',
6264
'Loading banlist',
6365
'Loading block index',
6466
'Switching active chainstate',
67+
'Checking all blk files are present',
6568
'Loaded best chain:',
6669
'init message: Verifying blocks',
70+
'init message: Starting network threads',
71+
'net thread start',
72+
'addcon thread start',
6773
'loadblk thread start',
6874
# TODO: reenable - see above TODO
6975
# 'txindex thread start',
70-
'net thread start',
71-
'addcon thread start',
72-
'msghand thread start',
73-
'Checking all blk files are present',
74-
'init message: Starting network threads'
76+
'msghand thread start'
7577
]
7678
if self.is_wallet_compiled():
7779
lines_to_terminate_after.append('Verifying wallet')

0 commit comments

Comments
 (0)