Skip to content

Commit dda18e7

Browse files
committed
Merge #20214: test: Fix rpc_net intermittent issue
fa5f466 test: Fix rpc_net intermittent issue (MarcoFalke) Pull request description: Without the sync, the nodes might generate blocks at the same height and thus never be able to sync ACKs for top commit: practicalswift: ACK fa5f466: patch looks correct Tree-SHA512: 21255795c2121c71fc620beb766855e57c7af94a668331d1b625665e22eb4b485a2b5c3ad2bb9a7042744f3c3e49c71251bcec41ba25bca03fd54aae32968a3a
2 parents b46f37b + fa5f466 commit dda18e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/rpc_net.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def run_test(self):
5454
# Connect nodes both ways.
5555
self.connect_nodes(0, 1)
5656
self.connect_nodes(1, 0)
57+
self.sync_all()
5758

5859
self.test_connection_count()
5960
self.test_getpeerinfo()

0 commit comments

Comments
 (0)