dash/test/functional
Samuel Dobson 9fc7ffaac9 Merge #17264: rpc: set default bip32derivs to true for psbt methods
5bad7921d0b33b62c0a59a478c2e8c869fc5e3b5 [test] PSBT RPC: check that bip32_derivs are present by default (Sjors Provoost)
29a21c90610aed88b796a7a5900e42e9048b990e [rpc] set default bip32derivs to true for psbt methods (Sjors Provoost)

Pull request description:

  In https://github.com/bitcoin/bitcoin/pull/13557#pullrequestreview-135905054 I recommended not including bip32 deriviation by default in PSBTs:

  > _Bit of a privacy issue_: let's say person A and B are about to spend from a multisig address, sending everything to person A. Person A gives their address to person B, their wallet wallet creates a PSBT, but doesn't sign it. Wallet A then calls `walletprocesspsbt` which signs it and _spontaneously adds the master_fingerprint and bip32 path_. Same issue with `walletcreatefundedpsbt`.
  >
  > Adding `bip32_derivs` should probably be opt-in.

  In practice I find this default quite annoying because I forget it and end up with a confused hardware wallet.

  More importantly, in the multisig example I provided, it's actually essential for the other side to know the derivation details (in addition to an xpub). This allows them to check that change is going to an address you can still co-sign for (because the spending policy is unchanged except for an index).

ACKs for top commit:
  instagibbs:
    utACK 5bad7921d0
  jonatack:
    ACK 5bad7921d0 code review, built, ran tests, inspected/messed around with/pprinted values from the new tests. Thanks for adding the tests.
  meshcollider:
    utACK 5bad7921d0b33b62c0a59a478c2e8c869fc5e3b5

Tree-SHA512: 22ad71dda96856060a96758c4ae7aafa22d5e9efba30e0c8287c711e7579849bd72593cbc0f41a2e9e8821315d78bda04e848dbb006283b841b2795e2faebcfd
2022-10-20 11:47:02 -04:00
..
data Merge #18255: test: Add bad-txns-*-toolarge test cases to invalid_txs 2022-10-03 16:08:31 -04:00
test_framework Partial Merge #17517: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le 2022-10-17 15:41:14 -05:00
.gitignore
combine_logs.py
combined_log_template.html
create_cache.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
example_test.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_abortnode.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_addressindex.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_asmap.py
feature_assumevalid.py
feature_bip68_sequence.py
feature_block.py Merge pull request #4896 from Munkybooty/backports-0.20-pr6 2022-10-13 02:37:00 +03:00
feature_blocksdir.py
feature_cltv.py
feature_config_args.py merge bitcoin#20186: Make -wallet setting not create wallets 2022-10-17 08:03:13 +05:30
feature_csv_activation.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
feature_dbcrash.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
feature_dersig.py Merge #18345: test: Bump timeouts to avoid valgrind failures 2022-10-03 16:08:58 -04:00
feature_dip3_deterministicmns.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_dip4_coinbasemerkleroots.py rpc: split spork manipulation logic to distinct "sporkupdate" call (#4885) 2022-06-18 19:52:45 +03:00
feature_dip0020_activation.py
feature_fee_estimation.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_filelock.py merge bitcoin#20034: Get rid of default wallet hacks 2022-10-17 08:03:12 +05:30
feature_governance_objects.py
feature_help.py Merge #17770: test: bump test timeouts so that functional tests run in valgrind 2022-10-03 16:08:31 -04:00
feature_includeconf.py
feature_llmq_chainlocks.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_llmq_connections.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_llmq_data_recovery.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_llmq_dkgerrors.py rpc: split spork manipulation logic to distinct "sporkupdate" call (#4885) 2022-06-18 19:52:45 +03:00
feature_llmq_is_cl_conflicts.py rpc: split spork manipulation logic to distinct "sporkupdate" call (#4885) 2022-06-18 19:52:45 +03:00
feature_llmq_is_migration.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_llmq_is_retroactive.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_llmq_rotation.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_llmq_signing.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_llmq_simplepose.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_loadblock.py Merge #18873: test: Fix intermittent sync_blocks failures 2022-09-07 22:25:40 +03:00
feature_logging.py
feature_maxuploadtarget.py merge bitcoin#18764: replace inv type magic numbers by constants 2022-09-24 08:51:05 +05:30
feature_minchainwork.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_multikeysporks.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_new_quorum_type_activation.py chore: bump copyrights (#4873) 2022-06-08 02:36:46 +03:00
feature_notifications.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_nulldummy.py
feature_proxy.py Merge #15419: qa: Always refresh cache to be out of ibd 2022-09-07 20:15:43 +03:00
feature_pruning.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_reindex.py Merge #18873: test: Fix intermittent sync_blocks failures 2022-09-07 22:25:40 +03:00
feature_settings.py merge bitcoin#20034: Get rid of default wallet hacks 2022-10-17 08:03:12 +05:30
feature_shutdown.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
feature_spentindex.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_sporks.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_timestampindex.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_txindex.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
feature_uacomment.py
feature_utxo_set_hash.py
feature_versionbits_warning.py
interface_bitcoin_cli.py
interface_http.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
interface_rest.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
interface_rpc.py Merge #16681: Tests: Use self.chain instead of 'regtest' in all current tests 2022-09-07 22:25:40 +03:00
interface_zmq_dash.py trivial: relocate MSG_* constants from mininode to messages 2022-09-24 08:51:04 +05:30
interface_zmq.py
mempool_accept.py Merge #17532: test: add functional test for non-standard txs with too large scriptSig 2022-10-17 15:41:14 -05:00
mempool_expiry.py
mempool_limit.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
mempool_package_onemore.py Merge #17705: test: re-enable CLI test support by using EncodeDecimal in json.dumps() 2022-06-08 12:35:12 +07:00
mempool_packages.py Merge #17435: test: check custom ancestor limit in mempool_packages.py 2022-08-24 14:29:45 -04:00
mempool_persist.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
mempool_reorg.py Merge #18704: test: Increase debugging to hunt down mempool_reorg intermittent failure 2022-10-03 16:09:32 -04:00
mempool_resurrect.py
mempool_spend_coinbase.py Enabled extra functional tests thanks to previous commit with new Decimal json output 2022-06-08 12:35:12 +07:00
mempool_unbroadcast.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
mining_basic.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
mining_getblocktemplate_longpoll.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
mining_prioritisetransaction.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
p2p_addrv2_relay.py fix(tests): various fixes (#4840) 2022-10-12 20:36:17 +03:00
p2p_blockfilters.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
p2p_blocksonly.py fix(net): Extend blocks-relay-only to also ignore some Dash-specific messages/invs (#4888) 2022-07-07 18:11:38 +03:00
p2p_compactblocks.py merge bitcoin#18764: replace inv type magic numbers by constants 2022-09-24 08:51:05 +05:30
p2p_connect_to_devnet.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
p2p_disconnect_ban.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
p2p_fingerprint.py merge bitcoin#18764: replace inv type magic numbers by constants 2022-09-24 08:51:05 +05:30
p2p_instantsend.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
p2p_invalid_block.py
p2p_invalid_locator.py
p2p_invalid_messages.py Merge pull request #4896 from Munkybooty/backports-0.20-pr6 2022-10-13 02:37:00 +03:00
p2p_invalid_tx.py
p2p_leak_tx.py merge bitcoin#18764: replace inv type magic numbers by constants 2022-09-24 08:51:05 +05:30
p2p_leak.py Merge #18247: test: Wait for both veracks in add_p2p_connection 2022-09-08 00:02:35 +03:00
p2p_mempool.py
p2p_node_network_limited.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
p2p_permissions.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
p2p_quorum_data.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
p2p_sendheaders_compressed.py merge bitcoin#18764: replace inv type magic numbers by constants 2022-09-24 08:51:05 +05:30
p2p_sendheaders.py merge bitcoin#18764: replace inv type magic numbers by constants 2022-09-24 08:51:05 +05:30
p2p_timeouts.py Merge #18247: test: Wait for both veracks in add_p2p_connection 2022-09-08 00:02:35 +03:00
p2p_unrequested_blocks.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
README.md Merge #17288: Added TestShell class for interactive Python environments. 2022-09-07 21:45:31 +03:00
rpc_bind.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
rpc_blockchain.py Merge #15419: qa: Always refresh cache to be out of ibd 2022-09-07 20:15:43 +03:00
rpc_coinjoin.py
rpc_decodescript.py
rpc_deprecated.py
rpc_deriveaddresses.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
rpc_dumptxoutset.py
rpc_fundrawtransaction_hd.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
rpc_fundrawtransaction.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
rpc_generateblock.py
rpc_getblockfilter.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
rpc_getblockstats.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
rpc_getchaintips.py
rpc_help.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
rpc_invalidateblock.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
rpc_masternode.py fix(rpc): masternode outputs should work correctly with multiple outputs created via a single tx (#4967) 2022-08-31 13:32:35 +03:00
rpc_misc.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
rpc_mnauth.py
rpc_named_arguments.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
rpc_net.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
rpc_platform_filter.py merge bitcoin#20034: Get rid of default wallet hacks 2022-10-17 08:03:12 +05:30
rpc_preciousblock.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
rpc_psbt.py Merge #17264: rpc: set default bip32derivs to true for psbt methods 2022-10-20 11:47:02 -04:00
rpc_quorum.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
rpc_rawtransaction.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
rpc_scantxoutset.py merge bitcoin#20186: Make -wallet setting not create wallets 2022-10-17 08:03:13 +05:30
rpc_setban.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
rpc_signmessage.py
rpc_signrawtransaction.py
rpc_txoutproof.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
rpc_uptime.py
rpc_users.py Merge #19006: rpc: Avoid crash when g_thread_http was never started 2022-09-16 19:22:12 +05:30
rpc_verifychainlock.py rpc: split spork manipulation logic to distinct "sporkupdate" call (#4885) 2022-06-18 19:52:45 +03:00
rpc_verifyislock.py rpc: split spork manipulation logic to distinct "sporkupdate" call (#4885) 2022-06-18 19:52:45 +03:00
rpc_whitelist.py Merge #17806: test: Change filemode of rpc_whitelist.py 2022-06-08 12:36:52 +07:00
test_runner.py Merge #18774: test: added test for upgradewallet RPC 2022-09-16 19:22:12 +05:30
test-shell.md Merge #17288: Added TestShell class for interactive Python environments. 2022-09-07 21:45:31 +03:00
tool_wallet.py merge bitcoin#20186: Make -wallet setting not create wallets 2022-10-17 08:03:13 +05:30
wallet_abandonconflict.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
wallet_avoidreuse.py Merge #16239: wallet/rpc: follow-up clean-up/fixes to avoid_reuse 2022-10-17 15:41:14 -05:00
wallet_backup.py merge bitcoin#20186: Make -wallet setting not create wallets 2022-10-17 08:03:13 +05:30
wallet_balance.py Merge #15930: rpc: Add balances RPC 2022-10-17 15:41:14 -05:00
wallet_basic.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
wallet_coinbase_category.py
wallet_create_tx.py
wallet_createwallet.py Merge #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli 2022-06-08 12:35:12 +07:00
wallet_disable.py merge bitcoin#20034: Get rid of default wallet hacks 2022-10-17 08:03:12 +05:30
wallet_dump.py merge bitcoin#20186: Make -wallet setting not create wallets 2022-10-17 08:03:13 +05:30
wallet_encryption.py
wallet_fallbackfee.py
wallet_groups.py Merge #18345: test: Bump timeouts to avoid valgrind failures 2022-10-03 16:08:58 -04:00
wallet_hd.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
wallet_import_rescan.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
wallet_import_with_label.py
wallet_importmulti.py merge bitcoin#20034: Get rid of default wallet hacks 2022-10-17 08:03:12 +05:30
wallet_importprunedfunds.py
wallet_keypool_hd.py
wallet_keypool_topup.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
wallet_keypool.py
wallet_labels.py
wallet_listreceivedby.py Merge #19208: test: move sync_blocks and sync_mempool functions to test_framework.py 2022-09-08 03:49:30 +03:00
wallet_listsinceblock.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
wallet_listtransactions.py Merge #15419: qa: Always refresh cache to be out of ibd 2022-09-07 20:15:43 +03:00
wallet_multiwallet.py merge bitcoin#20186: Make -wallet setting not create wallets 2022-10-17 08:03:13 +05:30
wallet_reorgsrestore.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
wallet_resendwallettransactions.py
wallet_startup.py merge bitcoin#15454: Remove the automatic creation and loading of the default wallet 2022-10-17 08:03:11 +05:30
wallet_txn_clone.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
wallet_txn_doublespend.py merge bitcoin#19967: Replace (dis)?connect_nodes globals with TestFramework methods 2022-10-17 08:03:12 +05:30
wallet_upgradetohd.py
wallet_upgradewallet.py Merge #18774: test: added test for upgradewallet RPC 2022-09-16 19:22:12 +05:30
wallet_watchonly.py Merge #16383: rpcwallet: default include_watchonly to true for watchonly wallets 2022-08-14 20:18:21 +07:00

Functional tests

Writing Functional Tests

Example test

The file test/functional/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/functional/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.

Prototyping tests

The TestShell class exposes the BitcoinTestFramework functionality to interactive Python3 environments and can be used to prototype tests. This may be especially useful in a REPL environment with session logging utilities, such as IPython. The logs of such interactive sessions can later be adapted into permanent test cases.

Test framework modules

The following are useful modules for test developers. They are located in test/functional/test_framework/.

authproxy.py

Taken from the python-bitcoinrpc repository.

test_framework.py

Base class for functional tests.

util.py

Generally useful functions.

mininode.py

Basic code to support P2P connectivity to a dashd.

script.py

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

key.py

Test-only secp256k1 elliptic curve implementation

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: