mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
merge bitcoin#23782: include two more interruptions points
This commit is contained in:
parent
577da313df
commit
e17c619ca3
@ -57,19 +57,23 @@ class InitStressTest(BitcoinTestFramework):
|
||||
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',
|
||||
'msghand thread start'
|
||||
]
|
||||
if self.is_wallet_compiled():
|
||||
lines_to_terminate_after.append('Verifying wallet')
|
||||
|
Loading…
Reference in New Issue
Block a user