MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / init_empty_test

Method init_empty_test

test/functional/feature_init.py:322–329  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

320 node.wait_until_stopped()
321
322 def init_empty_test(self):
323 self.log.info("Test that stopping and restarting a node that has done nothing is not causing a failure")
324 options = [
325 [],
326 ALL_INDEX_ARGS,
327 ]
328 for option in options:
329 self.restart_node(1, option)
330
331 def restart_node_with_fd_limit(self, limit):
332 """Restart node 1 with a given soft RLIMIT_NOFILE. Skips if the limit cannot be set."""

Callers 1

run_testMethod · 0.95

Calls 2

infoMethod · 0.80
restart_nodeMethod · 0.45

Tested by

no test coverage detected