dash/test/functional
dustinface 122078b9ec
backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880)
* [rpc] split wallet and non-wallet parts of DescribeAddressVisitor

* [rpc] Move DescribeAddressVisitor to rpc/util

* Create getaddressinfo RPC and deprecate parts of validateaddress

Moves the parts of validateaddress which require the wallet into getaddressinfo
which is part of the wallet RPCs. Mark those parts of validateaddress which
require the wallet as deprecated.

Validateaddress will  call getaddressinfo
for the data that both share for right now.

Moves IsMine functions to libbitcoin_common and then links libbitcoin_wallet
before libbitcoin_common in order to prevent linker errors since IsMine is no
longer used in libbitcoin_server.

* scripted-diff: validateaddress to getaddressinfo in tests

Change all instances of validateaddress to getaddressinfo since it seems that
no test actually uses validateaddress for actually validating addresses.

-BEGIN VERIFY SCRIPT-
find ./test/functional -path '*py' -not -path ./test/functional/wallet_disable.py -not -path ./test/functional/rpc_deprecated.py -not -path ./test/functional/wallet_address_types.py -exec sed -i'' -e 's/validateaddress/getaddressinfo/g' {} \;
-END VERIFY SCRIPT-

* wallet: Add missing description of "hdchainid"

* Update src/wallet/rpcwallet.cpp

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>

Co-authored-by: John Newbery <john@johnnewbery.com>
Co-authored-by: Andrew Chow <achow101-github@achow101.com>
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
2020-12-17 13:46:20 +01:00
..
data
test_framework Merge #13512: [qa] mininode: Expose connection state through is_connected 2020-12-15 23:28:08 -06:00
.gitignore
combine_logs.py Merge #12567: util: Print timestamp strings in logs using ISO 8601 formatting 2020-12-15 20:16:10 -06:00
combined_log_template.html
create_cache.py
example_test.py Partial Merge #11835: Add Travis check for unused Python imports 2020-06-17 14:29:55 -05:00
feature_addressindex.py Fix #10579 2020-12-15 11:06:25 -06:00
feature_assumevalid.py Merge #13512: [qa] mininode: Expose connection state through is_connected 2020-12-15 23:28:08 -06:00
feature_bip68_sequence.py Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command 2020-12-15 11:06:25 -06:00
feature_block_reward_reallocation.py tests: Fix a couple of rare mnsync issues (#3847) 2020-12-05 23:39:38 +00:00
feature_block.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_blocksdir.py additional changes for assert_start_raises_init_error 2020-10-26 20:35:28 -04:00
feature_cltv.py Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command 2020-12-15 11:06:25 -06:00
feature_config_args.py Merge #12076: qa: Use node.datadir instead of tmpdir in test framework 2020-12-15 22:06:42 -06:00
feature_csv_activation.py Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command 2020-12-15 11:06:25 -06:00
feature_dbcrash.py Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command 2020-12-15 11:06:25 -06:00
feature_dersig.py Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command 2020-12-15 11:06:25 -06:00
feature_dip3_deterministicmns.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
feature_dip4_coinbasemerkleroots.py tests: Enable InstantSend and ChainLocks by default (#3853) 2020-12-12 00:57:39 -06:00
feature_dip0020_activation.py signrawtransactionwithwallet in feature_dip0020_activation.py 2020-12-15 17:00:05 -06:00
feature_fee_estimation.py Merge #12746: tests: Remove unused argument max_invalid from check_estimates(...) 2020-12-15 21:44:23 -06:00
feature_governance_objects.py rpc|governance|test: Store prepared governance objects and implement "gobject list-prepared" (#3811) 2020-12-01 03:55:29 +00:00
feature_help.py
feature_llmq_chainlocks.py Fix #10579 2020-12-15 11:06:25 -06:00
feature_llmq_connections.py tests: Let mine_quorum handle expected connections count based on spork21 state (#3832) 2020-11-28 19:16:31 +00:00
feature_llmq_dkgerrors.py tests: Enable InstantSend and ChainLocks by default (#3853) 2020-12-12 00:57:39 -06:00
feature_llmq_is_cl_conflicts.py Fix #10579 2020-12-15 11:06:25 -06:00
feature_llmq_is_retroactive.py Fix #10579 2020-12-15 11:06:25 -06:00
feature_llmq_signing.py tests: Let mine_quorum handle expected connections count based on spork21 state (#3832) 2020-11-28 19:16:31 +00:00
feature_llmq_simplepose.py tests: Enable InstantSend and ChainLocks by default (#3853) 2020-12-12 00:57:39 -06:00
feature_logging.py Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (jnewbery) 2020-10-22 11:36:39 -04:00
feature_maxuploadtarget.py scripted-diff: Merge #13753: Remove trailing whitespaces 2020-07-28 20:23:12 -05:00
feature_minchainwork.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_multikeysporks.py scripted-diff: Merge #13753: Remove trailing whitespaces 2020-07-28 20:23:12 -05:00
feature_new_quorum_type_activation.py tests: Rework feature_new_quorum_type_activation.py using -vbparams (#3873) 2020-12-15 14:45:14 -06:00
feature_notifications.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_nulldummy.py Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command 2020-12-15 11:06:25 -06:00
feature_proxy.py scripted-diff: Merge #13753: Remove trailing whitespaces 2020-07-28 20:23:12 -05:00
feature_pruning.py Merge #12076: qa: Use node.datadir instead of tmpdir in test framework 2020-12-15 22:06:42 -06:00
feature_reindex.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_shutdown.py
feature_spentindex.py Fix #10579 2020-12-15 11:06:25 -06:00
feature_sporks.py tests: Tweak sporks.py to work with any defaults (#3842) 2020-12-01 17:48:35 +00:00
feature_timestampindex.py Allow partial match for expected strings in feature_*index.py` tests 2020-10-26 20:35:28 -04:00
feature_txindex.py Fix #10579 2020-12-15 11:06:25 -06:00
feature_uacomment.py Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (jnewbery) 2020-10-22 11:36:39 -04:00
feature_versionbits_warning.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
interface_bitcoin_cli.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
interface_http.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
interface_rest.py Merge #12443: qa: Move common args to bitcoin.conf 2020-12-15 11:06:26 -06:00
interface_zmq_dash.py tests: Enable InstantSend and ChainLocks by default (#3853) 2020-12-12 00:57:39 -06:00
interface_zmq.py Merge #13051: qa: Normalize executable location 2020-07-22 12:12:46 -05:00
mempool_limit.py Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command 2020-12-15 11:06:25 -06:00
mempool_packages.py Merge #12240: [rpc] Introduced a new fees structure that aggregates all sub-field fee types denominated in BTC 2020-12-15 20:16:10 -06:00
mempool_persist.py Merge #12076: qa: Use node.datadir instead of tmpdir in test framework 2020-12-15 22:06:42 -06:00
mempool_reorg.py Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command 2020-12-15 11:06:25 -06:00
mempool_resurrect.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
mempool_spend_coinbase.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
mining_basic.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
mining_getblocktemplate_longpoll.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
mining_prioritisetransaction.py Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command 2020-12-15 11:06:25 -06:00
p2p_compactblocks.py Merge #13512: [qa] mininode: Expose connection state through is_connected 2020-12-15 23:28:08 -06:00
p2p_disconnect_ban.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
p2p_fingerprint.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
p2p_instantsend.py tests: Enable InstantSend and ChainLocks by default (#3853) 2020-12-12 00:57:39 -06:00
p2p_invalid_block.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
p2p_invalid_tx.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
p2p_leak.py Merge #13512: [qa] mininode: Expose connection state through is_connected 2020-12-15 23:28:08 -06:00
p2p_mempool.py Merge #12987: tests/tools: Enable additional Python flake8 rules for automatic linting via Travis 2020-07-22 12:12:46 -05:00
p2p_node_network_limited.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
p2p_sendheaders.py Merge #12849: Tests: Add logging in loops in p2p_sendhears.py 2020-12-15 22:30:55 -06:00
p2p_timeouts.py Merge #13512: [qa] mininode: Expose connection state through is_connected 2020-12-15 23:28:08 -06:00
p2p_unrequested_blocks.py Merge #13051: qa: Normalize executable location 2020-07-22 12:12:46 -05:00
README.md Merge #13281: test: Move linters to test/lint, add readme 2020-07-29 10:59:04 -05:00
rpc_bind.py Merge #12076: qa: Use node.datadir instead of tmpdir in test framework 2020-12-15 22:06:42 -06:00
rpc_blockchain.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_decodescript.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_deprecated.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
rpc_fundrawtransaction_hd.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
rpc_fundrawtransaction.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
rpc_getblockstats.py Merge #13448: Add linter: Make sure we explicitly open all text files using UTF-8 encoding in Python 2020-07-07 11:50:56 -05:00
rpc_getchaintips.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_invalidateblock.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_listtransactions.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
rpc_masternode.py rpc: Add masternode payments (#3863) 2020-12-14 20:15:09 -06:00
rpc_named_arguments.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_net.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_platform_filter.py rpc: implement whitelist for commands needed by Dash Platform (#3738) 2020-11-24 02:39:50 +01:00
rpc_preciousblock.py Merge #12643: [qa] util: Remove unused sync_chain 2020-12-15 11:06:27 -06:00
rpc_privatesend.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_rawtransaction.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
rpc_signmessage.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_signrawtransaction.py Fix #10579 2020-12-15 11:06:25 -06:00
rpc_txoutproof.py Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command 2020-12-15 11:06:25 -06:00
rpc_uptime.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_users.py Merge #12076: qa: Use node.datadir instead of tmpdir in test framework 2020-12-15 22:06:42 -06:00
rpc_zmq.py Merge #13570: RPC: Add new "getzmqnotifications" method 2020-07-17 15:42:49 -05:00
test_runner.py Merge #12252: Require all tests to follow naming convention 2020-12-15 20:21:00 -06:00
wallet_abandonconflict.py Fix #10579 2020-12-15 11:06:25 -06:00
wallet_accounts.py Merge #12987: tests/tools: Enable additional Python flake8 rules for automatic linting via Travis 2020-07-22 12:12:46 -05:00
wallet_backup.py More of 12076 2020-12-16 10:15:23 -06:00
wallet_basic.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
wallet_disable.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_dump.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
wallet_encryption.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_hd.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
wallet_import_rescan.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
wallet_importmulti.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
wallet_importprunedfunds.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
wallet_keypool_hd.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
wallet_keypool_topup.py backport: bitcoin#10583 - [RPC] Split part of validateaddress into getaddressinfo (#3880) 2020-12-17 13:46:20 +01:00
wallet_keypool.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_listreceivedby.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_listsinceblock.py Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command 2020-12-15 11:06:25 -06:00
wallet_multiwallet.py Merge #13058: [wallet] createwallet RPC - create new wallet at runtime 2020-12-15 23:18:55 -06:00
wallet_resendwallettransactions.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_txn_clone.py Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command 2020-12-15 11:06:25 -06:00
wallet_txn_doublespend.py Merge #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command 2020-12-15 11:06:25 -06:00
wallet_zapwallettxes.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03: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)
  • See the python lint script that checks for violations that could lead to bugs and issues in the test code.
  • Avoid wildcard imports where possible
  • 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
    • 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.

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

  • mininode.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 (using python's asyncore package); 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.

  • Call network_thread_start() after all P2PInterface objects are created to start the networking thread. (Continue with the test logic in your existing thread.)

  • 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.