You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a35f0c6 Merge bitcoin#22501: netinfo: display addr_{processed, rate_limited, relay_enabled} and relaytxes data (W. J. van der Laan)
f263bea Merge bitcoin#22755: fuzz: Avoid timeout in blockfilter fuzz target (MarcoFalke)
dd26a7a Merge bitcoin#22797: test, doc: refer to the correct variable names in p2p_invalid_tx.py (fanquake)
c3ea99e Merge bitcoin#22780: doc: Remove incorrect INIT_PROTO_VERSION from nTime comment (MarcoFalke)
56c3f84 Merge bitcoin#22622: util: Check if specified config file cannot be opened (MarcoFalke)
Pull request description:
bitcoin backports
Top commit has no ACKs.
Tree-SHA512: 4db8131cb97e4345f598fbef4f73fa601ee837a395ce00acb37e721078b0a13dba8f0a1a8047f2096482fc0c87388b01a2ea7ab2b2b2caacce4ecd55e0377b24
Copy file name to clipboardExpand all lines: test/functional/feature_config_args.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,10 @@ def run_test(self):
247
247
248
248
self.nodes[0].assert_start_raises_init_error(['-conf='+conf_file], 'Error: Error reading configuration file: specified data directory "'+new_data_dir+'" does not exist.')
249
249
250
+
# Check that an explicitly specified config file that cannot be opened fails
self.nodes[0].assert_start_raises_init_error(['-conf='+none_existent_conf_file], 'Error: Error reading configuration file: specified config file "'+none_existent_conf_file+'" could not be opened.')
253
+
250
254
# Create the directory and ensure the config file now works
251
255
os.mkdir(new_data_dir)
252
256
# Temporarily disabled, because this test would access the user's home dir (~/.bitcoin)
0 commit comments