Skip to content

Commit fab1eb6

Browse files
author
MarcoFalke
committed
test: Fix feature_config_args.py intermittent issue
1 parent 480bf01 commit fab1eb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/functional/feature_config_args.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def test_seed_peers(self):
165165
with self.nodes[0].assert_debug_log(expected_msgs=[
166166
"Loaded 0 addresses from peers.dat",
167167
"0 addresses found from DNS seeds",
168+
"opencon thread start", # Ensure ThreadOpenConnections::start time is properly set
168169
]):
169170
self.start_node(0, extra_args=['-dnsseed=1', '-fixedseeds=1', f'-mocktime={start}'])
170171
with self.nodes[0].assert_debug_log(expected_msgs=[
@@ -206,6 +207,7 @@ def test_seed_peers(self):
206207
with self.nodes[0].assert_debug_log(expected_msgs=[
207208
"Loaded 0 addresses from peers.dat",
208209
"DNS seeding disabled",
210+
"opencon thread start", # Ensure ThreadOpenConnections::start time is properly set
209211
]):
210212
self.start_node(0, extra_args=['-dnsseed=0', '-fixedseeds=1', '-addnode=fakenodeaddr', f'-mocktime={start}'])
211213
with self.nodes[0].assert_debug_log(expected_msgs=[

0 commit comments

Comments
 (0)