dash/test/functional
PastaPastaPasta b07a7b810c
Backport 11796 + 11774 (#3612)
* Merge #11796: [tests] Functional test naming convention

5fecd84 [tests] Remove redundant import in blocktools.py test (Anthony Towns)
9b20bb4 [tests] Check tests conform to naming convention (Anthony Towns)
7250b4e [tests] README.md nit fixes (Anthony Towns)
82b2712 [tests] move witness util functions to blocktools.py (John Newbery)
1e10854 [tests] [docs] update README for new test naming scheme (John Newbery)

Pull request description:

  Splitting #11774 into two parts -- this part updates the README with the proposed naming convention, and adds some checks to test_runner.py that the number of tests violating the naming convention doesn't increase too much. Idea is this part of the change should not introduce merge conflicts or require much rebasing, so reviews of the complicated bits won't become invalidated too often; while the second part will just be file renames, which will require regular rebasing and will introduce merge conflicts with pending PRs, but can be merged later, and should also be much easier to review, since it will only include relatively trivial changes.

Tree-SHA512: b96557d41714addbbfe2aed62fb5a48639eaeb1eb3aba30ac1b3a86bb3cb8d796c6247f9c414c4695c4bf54c0ec9968ac88e2f88fb62483bc1a2f89368f7fc80

* update violation count

Signed-off-by: pasta <pasta@dashboost.org>

* Merge #11774: [tests] Rename functional tests

6f881cc880 [tests] Remove EXPECTED_VIOLATION_COUNT (Anthony Towns)
3150b3fea7 [tests] Rename misc functional tests. (Anthony Towns)
81b79f2c39 [tests] Rename rpc_* functional tests. (Anthony Towns)
61b8f7f273 [tests] Rename p2p_* functional tests. (Anthony Towns)
90600bc7db [tests] Rename wallet_* functional tests. (Anthony Towns)
ca6523d0c8 [tests] Rename feature_* functional tests. (Anthony Towns)

Pull request description:

  This PR changes the functional tests to have a consistent naming scheme:

      tests for individual RPC methods are named rpc_...
      tests for interfaces (REST, ZMQ, RPC features) are named interface_...
      tests that explicitly test the p2p interface are named p2p_...
      tests for wallet features are named wallet_...
      tests for mining features are named mining_...
      tests for mempool behaviour are named mempool_...
      tests for full features that aren't wallet/mining/mempool are named feature_...

  Rationale: it's sometimes difficult for new contributors to know what's already covered by existing tests and where new tests should be added. Naming in a consistent fashion makes it easier to see what's already covered at a glance.

Tree-SHA512: 4246790552d42bbd95f6d5bdf67702b81b3b2c583ce7eaf1fe6d8e254721279b47315973c6e9ae82dad6e4c747f12188160764bf2624c0f8f3b4d39330ec8b16

* rename tests and edit associated strings to align test-suite with test name standards

Signed-off-by: pasta <pasta@dashboost.org>

* fix grammar in test/functional/test_runner.py

Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>

* ci: Fix excluded test names

* rename feature_privatesend.py to rpc_privatesend.py

Signed-off-by: pasta <pasta@dashboost.org>

Co-authored-by: Wladimir J. van der Laan <laanwj@gmail.com>
Co-authored-by: MarcoFalke <falke.marco@gmail.com>
Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>
Co-authored-by: xdustinface <xdustinfacex@gmail.com>
2020-07-17 02:44:20 +03:00
..
data
test_framework test: Introduce scaled timeouts (#3602) 2020-07-12 22:32:38 +03:00
.gitignore
combine_logs.py Merge #13440: qa: Log as utf-8 2020-07-07 11:29:31 -05: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 Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_assumevalid.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_bip68_sequence.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_block.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_cltv.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_config_args.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_csv_activation.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_dbcrash.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_dersig.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_dip3_deterministicmns.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_dip4_coinbasemerkleroots.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_fee_estimation.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_help.py
feature_llmq_chainlocks.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_llmq_connections.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_llmq_dkgerrors.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_llmq_is_cl_conflicts.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_llmq_is_retroactive.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_llmq_signing.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_llmq_simplepose.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_logging.py
feature_maxuploadtarget.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_minchainwork.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_multikeysporks.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_notifications.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_nulldummy.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_proxy.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_pruning.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_reindex.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_shutdown.py
feature_spentindex.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_sporks.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_timestampindex.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_txindex.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
feature_uacomment.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03: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 Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
interface_zmq.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
mempool_limit.py Merge #12512: Don't test against the mempool min fee information in mempool_limit.py 2020-06-10 19:40:40 -05:00
mempool_packages.py Merge #12479: RPC: Add child transactions to getrawmempool verbose output 2020-06-13 14:50:11 -05:00
mempool_persist.py Merge #12627: qa: Fix some tests to work on native windows 2020-06-18 11:41:53 -05:00
mempool_reorg.py
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 Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
p2p_compactblocks.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03: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 Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03: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 Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
p2p_mempool.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
p2p_node_network_limited.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
p2p_sendheaders.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
p2p_timeouts.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
p2p_unrequested_blocks.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
README.md Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_bind.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03: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 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_fundrawtransaction_hd.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_fundrawtransaction.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03: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 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03: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_preciousblock.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_privatesend.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_rawtransaction.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_signmessage.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_signrawtransaction.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_txoutproof.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_uptime.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
rpc_users.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
test_runner.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_abandonconflict.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_accounts.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_backup.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_basic.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_disable.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_dump.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_encryption.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_hd.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_import_rescan.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_importmulti.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_importprunedfunds.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_keypool_hd.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_keypool_topup.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03: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 Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_multiwallet.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_resendwallettransactions.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_txn_clone.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03:00
wallet_txn_doublespend.py Backport 11796 + 11774 (#3612) 2020-07-17 02:44:20 +03: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)
  • 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.

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.