dash/test/functional
fanquake 5201f45782 Merge #17121: test: speedup wallet_backup by whitelisting peers (immediate tx relay)
581c9be0d8bff46cd68bd6a3bf72f22d11c09aea test: speedup wallet_backup by whitelisting peers (immediate tx relay) (Sebastian Falbesoner)

Pull request description:

  approaches part of #16613 ("Functional test suite bottlenecks")

  The majority of the test time is spent in `sync_mempools()` after sending to
  addresses, i.e. the bottleneck is in relaying transactions. By whitelisting the
  peers via `-whitelist`, the inventory is transmissioned immediately rather than
  on average every 5 seconds, speeding up the test by at least a factor of two:

  before:
  ```
  $ time ./wallet_backup.py
  real    2m2.523s
  user    0m6.093s
  sys 0m2.454s
  ```
  with this PR:
  ```
  $ time ./wallet_backup_with_whitelist.py
  real    0m36.570s
  user    0m5.365s
  sys 0m1.696s
  ```
  Note that the test is not deterministic (the `sendtoaddress` RPC in function
  `one_send()` is executed with a probability of 50%), hence the times could vary
  between individual runs.

ACKs for top commit:
  MarcoFalke:
    ACK 581c9be0d8bff46cd68bd6a3bf72f22d11c09aea, this test is testing the backup behaviour, not the tx relay behaviour
  fanquake:
    ACK 581c9be0d8bff46cd68bd6a3bf72f22d11c09aea

Tree-SHA512: d016f39cdb85501e17a74a4c4db5a9f7404baa76fbcc3675a34d3cd7bf03d7a4cb4fd3e5f17cb0597248120bb5ac8b15d3db7663007b76b010902be72954bde0
2021-12-22 10:15:40 -06:00
..
data merge bitcoin#16796: Fix segfault in CreateWalletFromFile 2021-12-12 18:57:02 +05:30
test_framework merge bitcoin#14719: Check specific reject reasons in feature_block 2021-12-18 16:51:40 +05:30
.gitignore
combine_logs.py Merge #15841: [test] combine_logs: append node stderr and stdout if it exists 2021-10-12 15:56:33 -07:00
combined_log_template.html
create_cache.py
example_test.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
feature_abortnode.py dashification 2021-07-12 20:16:37 -05:00
feature_addressindex.py merge bitcoin#13541: sendrawtransaction maxfeerate 2021-12-12 11:57:44 +05:30
feature_asmap.py Merge #17812: asmap feature refinements and functional tests 2021-05-20 00:05:12 +05:30
feature_assumevalid.py Merge #16888: test: Bump timeouts in slow running tests 2021-12-15 20:09:58 +05:30
feature_bip68_sequence.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
feature_block.py merge bitcoin#14719: Check specific reject reasons in feature_block 2021-12-18 16:51:40 +05:30
feature_blocksdir.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
feature_cltv.py merge bitcoin#13541: sendrawtransaction maxfeerate 2021-12-12 11:57:44 +05:30
feature_config_args.py merge bitcoin#16097: Add Flags enum to ArgsManager class (#4569) 2021-11-12 19:25:46 -05:00
feature_csv_activation.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
feature_dbcrash.py Merge #16888: test: Bump timeouts in slow running tests 2021-12-15 20:09:58 +05:30
feature_dersig.py merge bitcoin#13541: sendrawtransaction maxfeerate 2021-12-12 11:57:44 +05:30
feature_dip3_deterministicmns.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
feature_dip4_coinbasemerkleroots.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
feature_dip0020_activation.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
feature_fee_estimation.py merge bitcoin#13541: sendrawtransaction maxfeerate 2021-12-12 11:57:44 +05:30
feature_filelock.py Merge #15896: QA: feature_filelock, interface_bitcoin_cli: Use PACKAGE_NAME in messages rather than hardcoding Bitcoin Core 2021-11-13 11:04:56 -05:00
feature_governance_objects.py Merge #13054: tests: Enable automatic detection of undefined names in Python tests scripts. Remove wildcard imports. 2021-07-06 20:29:33 +03:00
feature_help.py Merge #13867: qa: Make extended tests pass on native Windows 2021-07-06 20:29:31 +03:00
feature_includeconf.py Merge #13799: Ignore unknown config file options; warn instead of error 2021-07-02 12:59:28 +03:00
feature_llmq_chainlocks.py instantsend: various fixes (#4553) 2021-11-11 16:15:18 +03:00
feature_llmq_connections.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
feature_llmq_data_recovery.py tests: Use wait_for_chainlocked_block_all_nodes in more places (#4139) 2021-05-11 18:55:40 +02:00
feature_llmq_dkgerrors.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
feature_llmq_is_cl_conflicts.py instantsend: Do not consider islocks with unknown txes as complete (#4147) 2021-11-30 14:14:08 +03:00
feature_llmq_is_retroactive.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
feature_llmq_signing.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
feature_llmq_simplepose.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
feature_logging.py Merge #15257: Scripts and tools: Bump flake8 to 3.7.8 2021-10-05 20:34:01 +03:00
feature_maxuploadtarget.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
feature_minchainwork.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
feature_multikeysporks.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
feature_new_quorum_type_activation.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
feature_notifications.py Merge #16898: test: Remove connect_nodes_bi 2021-12-15 20:09:59 +05:30
feature_nulldummy.py merge bitcoin#13541: sendrawtransaction maxfeerate 2021-12-12 11:57:44 +05:30
feature_proxy.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
feature_pruning.py Merge #16888: test: Bump timeouts in slow running tests 2021-12-15 20:09:58 +05:30
feature_reindex.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
feature_shutdown.py
feature_spentindex.py merge bitcoin#13541: sendrawtransaction maxfeerate 2021-12-12 11:57:44 +05:30
feature_sporks.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
feature_timestampindex.py Merge #14365: tests: Add Python dead code linter (vulture) to Travis 2021-08-12 14:42:32 -03:00
feature_txindex.py merge bitcoin#13541: sendrawtransaction maxfeerate 2021-12-12 11:57:44 +05:30
feature_uacomment.py Merge #15257: Scripts and tools: Bump flake8 to 3.7.8 2021-10-05 20:34:01 +03:00
feature_versionbits_warning.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
interface_bitcoin_cli.py Merge #15896: QA: feature_filelock, interface_bitcoin_cli: Use PACKAGE_NAME in messages rather than hardcoding Bitcoin Core 2021-11-13 11:04:56 -05:00
interface_http.py Merge #14903: tests: Handle ImportError explicitly, improve comparisons against None 2021-10-08 19:13:52 +05:30
interface_rest.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
interface_rpc.py Merge #19936: Test: batch rpc with params 2021-09-24 13:26:38 -04:00
interface_zmq_dash.py instantsend: deterministic lock using the same msg hash as islock (#4381) 2021-10-05 20:42:34 +03:00
interface_zmq.py Merge #16404: qa: Test ZMQ notification after chain reorg 2021-12-15 20:09:56 +05:30
mempool_accept.py Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_block test. 2021-12-15 20:09:58 +05:30
mempool_expiry.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
mempool_limit.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
mempool_package_onemore.py Merge #16471: [mempool] log correct messages when CPFP fails 2021-12-16 16:20:59 -05:00
mempool_packages.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
mempool_persist.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
mempool_reorg.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
mempool_resurrect.py merge bitcoin#13541: sendrawtransaction maxfeerate 2021-12-12 11:57:44 +05:30
mempool_spend_coinbase.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
mining_basic.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
mining_getblocktemplate_longpoll.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
mining_prioritisetransaction.py Merge #14903: tests: Handle ImportError explicitly, improve comparisons against None 2021-10-08 19:13:52 +05:30
p2p_addrv2_relay.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
p2p_blockfilters.py merge bitcoin#19070: Signal support for compact block filters with NODE_COMPACT_FILTERS 2021-09-19 10:05:59 +05:30
p2p_blocksonly.py Merge #15990: Add tests and documentation for blocksonly 2021-07-21 15:53:38 -05:00
p2p_compactblocks.py Merge pull request #4435 from PastaPastaPasta/backport-trivial-pr20 2021-09-24 23:10:10 +03:00
p2p_connect_to_devnet.py Merge #16898: test: Remove connect_nodes_bi 2021-12-15 20:09:59 +05:30
p2p_disconnect_ban.py Merge #16898: test: Remove connect_nodes_bi 2021-12-15 20:09:59 +05:30
p2p_fingerprint.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
p2p_instantsend.py instantsend: Do not consider islocks with unknown txes as complete (#4147) 2021-11-30 14:14:08 +03:00
p2p_invalid_block.py merge bitcoin#14700: Avoid race in p2p_invalid_block by waiting for the block request 2021-12-18 16:51:40 +05:30
p2p_invalid_locator.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
p2p_invalid_messages.py Merge #16888: test: Bump timeouts in slow running tests 2021-12-15 20:09:58 +05:30
p2p_invalid_tx.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
p2p_leak_tx.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
p2p_leak.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
p2p_mempool.py Merge #13054: tests: Enable automatic detection of undefined names in Python tests scripts. Remove wildcard imports. 2021-07-06 20:29:33 +03:00
p2p_node_network_limited.py Merge #16898: test: Remove connect_nodes_bi 2021-12-15 20:09:59 +05:30
p2p_permissions.py Merge #16631: net: The default whitelistrelay should be true 2021-07-19 19:00:04 -05:00
p2p_quorum_data.py Merge #13916: qa: wait_for_verack by default 2021-07-06 20:29:31 +03:00
p2p_sendheaders.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
p2p_timeouts.py Merge #13054: tests: Enable automatic detection of undefined names in Python tests scripts. Remove wildcard imports. 2021-07-06 20:29:33 +03:00
p2p_unrequested_blocks.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
README.md Merge #15370: test_runner: Remove unused --force option 2021-09-13 10:31:44 -04:00
rpc_bind.py Merge #13054: tests: Enable automatic detection of undefined names in Python tests scripts. Remove wildcard imports. 2021-07-06 20:29:33 +03:00
rpc_blockchain.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
rpc_coinjoin.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
rpc_decodescript.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
rpc_deprecated.py Merge #14023: Remove accounts rpcs 2021-09-17 02:17:00 +03:00
rpc_deriveaddresses.py Merge #15497: rpc: Consistent range arguments in scantxoutset/importmulti/deriveaddresses 2021-12-01 15:40:56 -08:00
rpc_fundrawtransaction_hd.py Merge #16898: test: Remove connect_nodes_bi 2021-12-15 20:09:59 +05:30
rpc_fundrawtransaction.py Merge #16898: test: Remove connect_nodes_bi 2021-12-15 20:09:59 +05:30
rpc_getblockfilter.py Merge #20969: test: check that getblockfilter RPC fails without block filter index 2021-09-18 21:41:48 -04:00
rpc_getblockstats.py merge bitcoin#15401: Actually throw help when passed invalid number of params 2021-12-12 19:46:11 +05:30
rpc_getchaintips.py Merge #14236: qa: generate --> generatetoaddress change to allow tests run without wallet 2021-09-21 17:27:11 -04:00
rpc_help.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
rpc_invalidateblock.py Merge #16737: test: Establish only one connection between nodes in rpc_invalidateblock 2021-12-15 20:09:57 +05:30
rpc_masternode.py Update copyright (#4115) 2021-04-20 22:33:02 +03:00
rpc_misc.py Merge #15943: tests: Fail if RPC has been added without tests 2021-10-12 15:56:33 -07:00
rpc_mnauth.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
rpc_named_arguments.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
rpc_net.py Merge #16987: test: Correct docstring param name. 2021-12-22 10:15:40 -06:00
rpc_platform_filter.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
rpc_preciousblock.py Merge #16898: test: Remove connect_nodes_bi 2021-12-15 20:09:59 +05:30
rpc_psbt.py partial bitcoin#13932: Additional utility RPCs for PSBT 2021-12-21 12:25:15 +05:30
rpc_rawtransaction.py Merge #16898: test: Remove connect_nodes_bi 2021-12-15 20:09:59 +05:30
rpc_scantxoutset.py Merge #16285: rpc: Improve scantxoutset response and help message 2021-12-22 10:15:40 -06:00
rpc_setban.py Merge #16804: test: Remove unused try-block in assert_debug_log 2021-11-25 06:38:16 +05:30
rpc_signmessage.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
rpc_signrawtransaction.py Merge #15642: [rpc] Remove deprecated rpc warnings 2021-10-16 06:23:15 +05:30
rpc_txoutproof.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
rpc_uptime.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
rpc_users.py Merge #13867: qa: Make extended tests pass on native Windows 2021-07-06 20:29:31 +03:00
rpc_verifychainlock.py tests: Use wait_for_chainlocked_block_all_nodes in more places (#4139) 2021-05-11 18:55:40 +02:00
rpc_verifyislock.py instantsend: deterministic lock using the same msg hash as islock (#4381) 2021-10-05 20:42:34 +03:00
test_runner.py Merge #15226: Allow creating blank (empty) wallets (alternative) 2021-12-17 21:11:10 +03:00
tool_wallet.py Merge #16888: test: Bump timeouts in slow running tests 2021-12-15 20:09:58 +05:30
wallet_abandonconflict.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
wallet_backup.py Merge #17121: test: speedup wallet_backup by whitelisting peers (immediate tx relay) 2021-12-22 10:15:40 -06:00
wallet_balance.py merge bitcoin#14845: Add wallet_balance.py 2021-12-12 19:46:11 +05:30
wallet_basic.py Merge #16898: test: Remove connect_nodes_bi 2021-12-15 20:09:59 +05:30
wallet_create_tx.py merge bitcoin#15039: Avoid leaking nLockTime fingerprint when anti-fee-sniping 2021-11-14 15:24:24 +05:30
wallet_createwallet.py Merge #15006: Add option to create an encrypted wallet 2021-12-17 21:11:25 +03:00
wallet_disable.py merge #14954: Require python 3.5 2021-08-31 11:16:12 +05:30
wallet_dump.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
wallet_encryption.py Merge #14813: qa: Add wallet_encryption error tests (#4438) 2021-09-24 12:56:10 +03:00
wallet_groups.py Merge #16917: tests: Move common function assert_approx() into util.py 2021-12-15 20:10:00 +05:30
wallet_hd.py Merge #16898: test: Remove connect_nodes_bi 2021-12-15 20:09:59 +05:30
wallet_import_rescan.py Merge pull request #4426 from Munkybooty/backports-0.18-pr17 2021-09-24 12:02:53 +03:00
wallet_importmulti.py Merge #15744: refactor: Extract ParseDescriptorRange 2021-12-02 09:10:36 -08:00
wallet_importprunedfunds.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
wallet_keypool_hd.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
wallet_keypool_topup.py Merge #16898: test: Remove connect_nodes_bi 2021-12-15 20:09:59 +05:30
wallet_keypool.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
wallet_labels.py Merge pull request #4426 from Munkybooty/backports-0.18-pr17 2021-09-24 12:02:53 +03:00
wallet_listreceivedby.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
wallet_listsinceblock.py Merge #16898: test: Remove connect_nodes_bi 2021-12-15 20:09:59 +05:30
wallet_listtransactions.py Merge pull request #4426 from Munkybooty/backports-0.18-pr17 2021-09-24 12:02:53 +03:00
wallet_multiwallet.py merge bitcoin#16796: Fix segfault in CreateWalletFromFile 2021-12-12 18:57:02 +05:30
wallet_resendwallettransactions.py merge bitcoin#15632: Remove ResendWalletTransactions from the Validation Interface 2021-12-12 21:27:51 +05:30
wallet_txn_clone.py merge bitcoin#15039: Avoid leaking nLockTime fingerprint when anti-fee-sniping 2021-11-14 13:56:31 +05:30
wallet_txn_doublespend.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
wallet_upgradetohd.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00
wallet_zapwallettxes.py Merge #14180: qa: Run all tests even if wallet is not compiled 2021-09-21 17:24:56 -04:00

Functional tests

Writing Functional Tests

Example test

The example_test.py is a heavily commented example of a test case that uses both the RPC and P2P interfaces. If you are writing your first test, copy that file and modify to fit your needs.

Coverage

Running test_runner.py with the --coverage argument tracks which RPCs are called by the tests and prints a report of uncovered RPCs in the summary. This can be used (along with the --extended argument) to find out which RPCs we don't have test cases for.

Style guidelines

  • Where possible, try to adhere to PEP-8 guidelines
  • Use a python linter like flake8 before submitting PRs to catch common style nits (eg trailing whitespace, unused imports, etc)
  • The oldest supported Python version is specified in doc/dependencies.md. Consider using pyenv, which checks .python-version, to prevent accidentally introducing modern syntax from an unsupported Python version. The Travis linter also checks this, but possibly not in all cases.
  • See the python lint script that checks for violations that could lead to bugs and issues in the test code.
  • Avoid wildcard imports
  • Use a module-level docstring to describe what the test is testing, and how it is testing it.
  • When subclassing the BitcoinTestFramwork, place overrides for the set_test_params(), add_options() and setup_xxxx() methods at the top of the subclass, then locally-defined helper methods, then the run_test() method.
  • Use '{}'.format(x) for string formatting, not '%s' % x.

Naming guidelines

  • Name the test <area>_test.py, where area can be one of the following:
    • feature for tests for full features that aren't wallet/mining/mempool, eg feature_rbf.py
    • interface for tests for other interfaces (REST, ZMQ, etc), eg interface_rest.py
    • mempool for tests for mempool behaviour, eg mempool_reorg.py
    • mining for tests for mining features, eg mining_prioritisetransaction.py
    • p2p for tests that explicitly test the p2p interface, eg p2p_disconnect_ban.py
    • rpc for tests for individual RPC methods or features, eg rpc_listtransactions.py
    • tool for tests for tools, eg tool_wallet.py
    • wallet for tests for wallet features, eg wallet_keypool.py
  • use an underscore to separate words
    • exception: for tests for specific RPCs or command line options which don't include underscores, name the test after the exact RPC or argument name, eg rpc_decodescript.py, not rpc_decode_script.py
  • Don't use the redundant word test in the name, eg interface_zmq.py, not interface_zmq_test.py

General test-writing advice

  • Set self.num_nodes to the minimum number of nodes necessary for the test. Having additional unrequired nodes adds to the execution time of the test as well as memory/CPU/disk requirements (which is important when running tests in parallel or on Travis).
  • Avoid stop-starting the nodes multiple times during the test if possible. A stop-start takes several seconds, so doing it several times blows up the runtime of the test.
  • Set the self.setup_clean_chain variable in set_test_params() to control whether or not to use the cached data directories. The cached data directories contain a 200-block pre-mined blockchain and wallets for four nodes. Each node has 25 mature blocks (25x500=12500 DASH) in its wallet.
  • When calling RPCs with lots of arguments, consider using named keyword arguments instead of positional arguments to make the intent of the call clear to readers.
  • Many of the core test framework classes such as CBlock and CTransaction don't allow new attributes to be added to their objects at runtime like typical Python objects allow. This helps prevent unpredictable side effects from typographical errors or usage of the objects outside of their intended purpose.

RPC and P2P definitions

Test writers may find it helpful to refer to the definitions for the RPC and P2P messages. These can be found in the following source files:

  • /src/rpc/* for RPCs
  • /src/wallet/rpc* for wallet RPCs
  • ProcessMessage() in /src/net_processing.cpp for parsing P2P messages

Using the P2P interface

  • messages.py contains all the definitions for objects that pass over the network (CBlock, CTransaction, etc, along with the network-level wrappers for them, msg_block, msg_tx, etc).

  • P2P tests have two threads. One thread handles all network communication with the dashd(s) being tested in a callback-based event loop; the other implements the test logic.

  • P2PConnection is the class used to connect to a dashd. P2PInterface contains the higher level logic for processing P2P payloads and connecting to the Bitcoin Core node application logic. For custom behaviour, subclass the P2PInterface object and override the callback methods.

  • Can be used to write tests where specific P2P protocol behavior is tested. Examples tests are p2p_unrequested_blocks.py, p2p_compactblocks.py.

test-framework modules

test_framework/authproxy.py

Taken from the python-bitcoinrpc repository.

test_framework/test_framework.py

Base class for functional tests.

test_framework/util.py

Generally useful functions.

test_framework/mininode.py

Basic code to support P2P connectivity to a dashd.

test_framework/script.py

Utilities for manipulating transaction scripts (originally from python-bitcoinlib)

test_framework/key.py

Wrapper around OpenSSL EC_Key (originally from python-bitcoinlib)

test_framework/bignum.py

Helpers for script.py

test_framework/blocktools.py

Helper functions for creating blocks and transactions.

Benchmarking with perf

An easy way to profile node performance during functional tests is provided for Linux platforms using perf.

Perf will sample the running node and will generate profile data in the node's datadir. The profile data can then be presented using perf report or a graphical tool like hotspot.

There are two ways of invoking perf: one is to use the --perf flag when running tests, which will profile each node during the entire test run: perf begins to profile when the node starts and ends when it shuts down. The other way is the use the profile_with_perf context manager, e.g.

with node.profile_with_perf("send-big-msgs"):
    # Perform activity on the node you're interested in profiling, e.g.:
    for _ in range(10000):
        node.p2p.send_message(some_large_message)

To see useful textual output, run

perf report -i /path/to/datadir/send-big-msgs.perf.data.xxxx --stdio | c++filt | less

See also: