Skip to content

Commit e6e277f

Browse files
author
MarcoFalke
committed
Merge #19756: tests: add sync_all to fix race condition in wallet groups test
72ae20f tests: add sync_all to fix race condition in wallet groups test (Karl-Johan Alm) Pull request description: This most likely fixes #19749, the intermittent CI issues with wallet_groups. This fix is also included in #19743. Top commit has no ACKs. Tree-SHA512: dd6ef7f89829483e2278191c21fe0912b51fd2187c10a0fa158339c5ab9f22d93b733ae10f17ef25d8b64f44e596e66dba8d7db5c009343472f422ce4cd67d8f
2 parents 772cb03 + 72ae20f commit e6e277f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/wallet_groups.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def run_test(self):
103103
self.nodes[0].sendtoaddress(addr_aps, 1.0)
104104
self.nodes[0].sendtoaddress(addr_aps, 1.0)
105105
self.nodes[0].generate(1)
106+
self.sync_all()
106107
txid4 = self.nodes[3].sendtoaddress(self.nodes[0].getnewaddress(), 0.1)
107108
tx4 = self.nodes[3].getrawtransaction(txid4, True)
108109
# tx4 should have 2 inputs and 2 outputs although one output would

0 commit comments

Comments
 (0)