0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

test: include two more interruptions points

This commit is contained in:
seaona 2021-12-15 13:32:32 +01:00
parent 2d0bdb2089
commit 71115a5e23

View file

@ -70,6 +70,8 @@ class InitStressTest(BitcoinTestFramework):
'net thread start', 'net thread start',
'addcon thread start', 'addcon thread start',
'msghand thread start', 'msghand thread start',
'Checking all blk files are present',
'init message: Starting network threads'
] ]
if self.is_wallet_compiled(): if self.is_wallet_compiled():
lines_to_terminate_after.append('Verifying wallet') lines_to_terminate_after.append('Verifying wallet')