We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03a586 commit e8977f0Copy full SHA for e8977f0
test/functional/p2p_invalid_tx.py
@@ -165,7 +165,7 @@ def run_test(self):
165
node.p2ps[0].send_txs_and_test([rejected_parent], node, success=False)
166
167
self.log.info('Test that a peer disconnection causes erase its transactions from the orphan pool')
168
- with node.assert_debug_log(['Erased 100 orphan transaction(s) from peer=27']):
+ with node.assert_debug_log(expected_msgs=['Erased 100 orphan transaction(s) from peer=\d+'], with_regex=True):
169
self.reconnect_p2p(num_connections=1)
170
171
self.log.info('Test that a transaction in the orphan pool is included in a new tip block causes erase this transaction from the orphan pool')
0 commit comments