MCPcopy Create free account
hub / github.com/ElementsProject/elements / check_clean_start

Method check_clean_start

test/functional/feature_init.py:45–49  ·  view source on GitHub ↗

Ensure that node restarts successfully after various interrupts.

()

Source from the content-addressed store, hash-verified

43 node.process.wait()
44
45 def check_clean_start():
46 """Ensure that node restarts successfully after various interrupts."""
47 node.start()
48 node.wait_for_rpc_connection()
49 assert_equal(200, node.getblockcount())
50
51 lines_to_terminate_after = [
52 'Validating signatures for all blocks',

Callers

nothing calls this directly

Calls 3

assert_equalFunction · 0.90
startMethod · 0.45

Tested by

no test coverage detected