dash/qa/rpc-tests
Jonas Schnelli 64937fe51a [QA] restructure rpc tests directory
* move non-test classes to subdir `test-framework`
2015-05-18 15:25:45 +02:00
..
test_framework [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
.gitignore Python-based regression tests 2014-02-28 15:24:31 -05:00
bipdersig-p2p.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
bipdersig.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
conflictedbalance.sh clarify that there are only two nodes 2015-04-27 20:22:06 -04:00
forknotify.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
getblocktemplate_longpoll.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
getblocktemplate_proposals.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
getchaintips.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
httpbasics.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
invalidateblock.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
invalidblockrequest.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
keypool.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
listtransactions.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
maxblocksinflight.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
mempool_coinbase_spends.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
mempool_resurrect_test.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
mempool_spendcoinbase.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
merkle_blocks.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
proxy_test.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
pruning.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
rawtransactions.py [QA] add multisig rpc tests 2015-05-07 11:05:23 +02:00
README.md Bugfix: Grammar fixes 2015-05-01 11:21:27 +00:00
receivedby.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
reindex.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
rest.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
rpcbind_test.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
script_test.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
send.sh Update license in pull-tester and rpc-tests 2014-10-23 09:48:19 +08:00
signrawtransactions.py QA: add RPC tests for error reporting of "signrawtransaction" 2015-05-05 10:09:39 +02:00
smartfees.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
txn_doublespend.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
util.sh Update license in pull-tester and rpc-tests 2014-10-23 09:48:19 +08:00
wallet.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
walletbackup.py Introduce separate 'generate' RPC call 2015-04-01 11:47:10 -07:00
zapwallettxes.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00

Regression tests of RPC interface

python-bitcoinrpc

Git subtree of https://github.com/jgarzik/python-bitcoinrpc. Changes to python-bitcoinrpc should be made upstream, and then pulled here using git subtree.

test_framework.py

Base class for new regression tests.

listtransactions.py

Tests for the listtransactions RPC call.

util.py

Generally useful functions.

Bash-based tests, to be ported to Python:

  • wallet.sh : Exercise wallet send/receive code.
  • walletbackup.sh : Exercise wallet backup / dump / import
  • txnmall.sh : Test proper accounting of malleable transactions
  • conflictedbalance.sh : More testing of malleable transaction handling

Notes

A 200-block -regtest blockchain and wallets for four nodes is created the first time a regression test is run and is stored in the cache/ directory. Each node has 25 mature blocks (25*50=1250 BTC) in its wallet.

After the first run, the cache/ blockchain and wallets are copied into a temporary directory and used as the initial test state.

If you get into a bad state, you should be able to recover with:

rm -rf cache
killall bitcoind