dogecoin/test/functional
MarcoFalke dd561667cb
Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, jnewbery)
d61845818 Have SegWit active by default (Pieter Wuille)
4bd89210a Unit tests for always-active versionbits. (Anthony Towns)
d07ee77ab Always-active versionbits support (Pieter Wuille)
18e071841 [consensus] Pin P2SH activation to block 173805 on mainnet (John Newbery)
526023aa7 Improve handling of BIP9Deployment limits (Anthony Towns)

Pull request description:

  Most tests shouldn't have to deal with the now-historical SegWit activation transition (and other deployments, but SegWit is certainly the hardest one to accomodate).

  This PR makes a versionbits starttime of -1 equal to "always active", and enables it by default for SegWit on regtest. Individual tests can override this by using the existing `-vbparams` option.

  A few unit tests and functional tests are adapted to indeed override vbparams, as they specifically test the transition.

  This is in preparation for wallet SegWit support, but I thought having earlier eyes on it would be useful.

Tree-SHA512: 3f07a7b41cf46476e6c7a5c43244e68c9f41d223482cedaa4c02a3a7b7cd0e90cbd06b84a1f3704620559636a2268f5767d4c52d09c1b354945737046f618fe5
2017-11-07 17:05:46 -05:00
..
test_framework Have SegWit active by default 2017-11-06 19:29:20 -08:00
.gitignore
abandonconflict.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
assumevalid.py [tests] Check connectivity before sending in assumevalid.py 2017-09-15 14:38:18 -04:00
bip9-softforks.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
bip65-cltv-p2p.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
bip68-112-113-p2p.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
bip68-sequence.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
bipdersig-p2p.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
bitcoin_cli.py Add test for bitcoin-cli -getinfo 2017-09-27 21:53:14 -04:00
blockchain.py Merge #10853: [tests] Fix RPC failure testing (again) 2017-10-09 21:00:04 +02:00
bumpfee.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
combine_logs.py [qa] combine_logs: Use ordered list for logfiles 2017-03-27 11:26:31 +02:00
combined_log_template.html Introduce combine_logs.py to combine log files from multiple bitcoinds. 2017-03-21 17:30:13 -04:00
create_cache.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
dbcrash.py [tests] fixup dbcrash interaction with add_nodes() 2017-09-04 11:45:01 -04:00
decodescript.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
deprecated_rpc.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
disablewallet.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
disconnect_ban.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
example_test.py [tests] fixups from set_test_params() 2017-09-01 14:24:30 -04:00
fundrawtransaction.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
getblocktemplate_longpoll.py [tests] Functional tests must explicitly set num_nodes 2017-09-01 12:25:55 -04:00
getchaintips.py [tests] Functional tests must explicitly set num_nodes 2017-09-01 12:25:55 -04:00
httpbasics.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
import-rescan.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
importmulti.py Fix importmulti bug when importing an already imported key 2017-10-11 17:20:42 +01:00
importprunedfunds.py Merge #10853: [tests] Fix RPC failure testing (again) 2017-10-09 21:00:04 +02:00
invalidateblock.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
invalidblockrequest.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
invalidtxrequest.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
keypool-topup.py Remove usehd option and warn when it is used 2017-09-07 16:37:44 -07:00
keypool.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
listsinceblock.py Make listsinceblock refuse unknown block hash 2017-10-26 07:10:59 -04:00
listtransactions.py [tests] Functional tests must explicitly set num_nodes 2017-09-01 12:25:55 -04:00
maxuploadtarget.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
mempool_limit.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
mempool_packages.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
mempool_persist.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
mempool_reorg.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
mempool_resurrect_test.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
mempool_spendcoinbase.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
merkle_blocks.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
minchainwork.py Disconnecting from bad outbound peers in IBD 2017-10-26 13:43:53 -04:00
mining.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
multi_rpc.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
multiwallet.py Avoid opening copied wallet databases simultaneously 2017-10-19 09:01:43 -04:00
net.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
notifications.py [tests] Add -walletnotify functional test 2017-10-10 23:46:13 +01:00
nulldummy.py Have SegWit active by default 2017-11-06 19:29:20 -08:00
p2p-acceptblock.py [qa] test that invalid blocks on an invalid chain get a disconnect 2017-10-31 13:51:34 -04:00
p2p-compactblocks.py Have SegWit active by default 2017-11-06 19:29:20 -08:00
p2p-feefilter.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
p2p-fingerprint.py [test] P2P functional test for certain fingerprinting protections 2017-10-03 10:28:00 -07:00
p2p-fullblocktest.py [tests] Don't subclass from object for Python 3 2017-10-16 21:46:23 -04:00
p2p-leaktests.py Merge #11078: [tests] Make p2p-leaktests.py more robust 2017-09-13 18:54:50 +02:00
p2p-mempool.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
p2p-segwit.py Have SegWit active by default 2017-11-06 19:29:20 -08:00
p2p-timeouts.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
p2p-versionbits-warning.py Change getmininginfo errors field to warnings 2017-09-27 11:27:26 -04:00
preciousblock.py Merge #11121: TestNode tidyups 2017-09-01 18:47:26 +02:00
prioritise_transaction.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
proxy_test.py [tests] Functional tests must explicitly set num_nodes 2017-09-01 12:25:55 -04:00
pruning.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
rawtransactions.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
README.md [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
receivedby.py [tests] Functional tests must explicitly set num_nodes 2017-09-01 12:25:55 -04:00
reindex.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
replace-by-fee.py qa: Fix race condition in sendheaders.py 2017-10-23 08:55:21 -04:00
resendwallettransactions.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
rest.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
rpcbind_test.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
rpcnamedargs.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
segwit.py Have SegWit active by default 2017-11-06 19:29:20 -08:00
sendheaders.py Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, jnewbery) 2017-11-07 17:05:46 -05:00
signmessages.py Improve signmessages functional test 2017-09-05 19:55:37 +03:00
signrawtransactions.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
smartfees.py [rpc] Deprecate estimatefee RPC 2017-09-26 12:17:19 -04:00
test_runner.py Make p2p-acceptablock not an extended test 2017-10-31 13:51:34 -04:00
txn_clone.py [tests] Functional tests must explicitly set num_nodes 2017-09-01 12:25:55 -04:00
txn_doublespend.py [tests] Functional tests must explicitly set num_nodes 2017-09-01 12:25:55 -04:00
uacomment.py [tests] Add uacomment tests 2017-10-11 23:19:16 +03:00
uptime.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
wallet-accounts.py [tests] don't override __init__() in individual tests 2017-09-01 12:25:55 -04:00
wallet-dump.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
wallet-encryption.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
wallet-hd.py Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>" 2017-10-13 15:23:22 -07:00
wallet.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
walletbackup.py Ensure backupwallet fails when attempting to backup to source file 2017-10-10 14:49:47 +02:00
zapwallettxes.py scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 2017-10-05 09:57:19 -04:00
zmq_test.py Have SegWit active by default 2017-11-06 19:29:20 -08: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.

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 (25x50=1250 BTC) 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 bitcoind(s) being tested (using python's asyncore package); the other implements the test logic.

  • NodeConn is the class used to connect to a bitcoind. If you implement a callback class that derives from NodeConnCB and pass that to the NodeConn object, your code will receive the appropriate callbacks when events of interest arrive.

  • Call NetworkThread.start() after all NodeConn 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-accept-block.py, p2p-compactblocks.py.

Comptool

  • Comptool is a Testing framework for writing tests that compare the block/tx acceptance behavior of a bitcoind against 1 or more other bitcoind instances. It should not be used to write static tests with known outcomes, since that type of test is easier to write and maintain using the standard BitcoinTestFramework.

  • Set the num_nodes variable (defined in ComparisonTestFramework) to start up 1 or more nodes. If using 1 node, then --testbinary can be used as a command line option to change the bitcoind binary used by the test. If using 2 or more nodes, then --refbinary can be optionally used to change the bitcoind that will be used on nodes 2 and up.

  • Implement a (generator) function called get_tests() which yields TestInstances. Each TestInstance consists of:

    • A list of [object, outcome, hash] entries
      • object is a CBlock, CTransaction, or CBlockHeader. CBlock's and CTransaction's are tested for acceptance. CBlockHeaders can be used so that the test runner can deliver complete headers-chains when requested from the bitcoind, to allow writing tests where blocks can be delivered out of order but still processed by headers-first bitcoind's.
      • outcome is True, False, or None. If True or False, the tip is compared with the expected tip -- either the block passed in, or the hash specified as the optional 3rd entry. If None is specified, then the test will compare all the bitcoind's being tested to see if they all agree on what the best tip is.
      • hash is the block hash of the tip to compare against. Optional to specify; if left out then the hash of the block passed in will be used as the expected tip. This allows for specifying an expected tip while testing the handling of either invalid blocks or blocks delivered out of order, which complete a longer chain.
    • sync_every_block: True/False. If False, then all blocks are inv'ed together, and the test runner waits until the node receives the last one, and tests only the last block for tip acceptance using the outcome and specified tip. If True, then each block is tested in sequence and synced (this is slower when processing many blocks).
    • sync_every_transaction: True/False. Analogous to sync_every_block, except if the outcome on the last tx is "None", then the contents of the entire mempool are compared across all bitcoind connections. If True or False, then only the last tx's acceptance is tested against the given outcome.
  • For examples of tests written in this framework, see invalidblockrequest.py and p2p-fullblocktest.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 bitcoind.

test_framework/comptool.py

Framework for comparison-tool style, P2P tests.

test_framework/script.py

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

test_framework/blockstore.py

Implements disk-backed block and tx storage.

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.