zcash-patched-for-explorer/qa/rpc-tests
Gavin Andresen e401a2c557
Merge pull request #5132
2290ed0 Work around #5113. (Daniel Kraft)
dcb9846 Extend getchaintips RPC test. (Daniel Kraft)

Signed-off-by: Gavin Andresen <gavinandresen@gmail.com>
2014-10-24 15:13:41 -04:00
..
python-bitcoinrpc Improved logging and Decimal support 2014-07-08 14:31:13 -04:00
.gitignore Python-based regression tests 2014-02-28 15:24:31 -05:00
README.md Refactor common RPC test code to BitcoinTestFramework base class 2014-07-09 10:19:26 -04:00
conflictedbalance.sh Add licenses for tests and test data 2014-03-18 10:20:55 +01:00
forknotify.py Extend getchaintips RPC test. 2014-10-24 08:53:04 +02:00
getblocktemplate.py Extend getchaintips RPC test. 2014-10-24 08:53:04 +02:00
getchaintips.py Extend getchaintips RPC test. 2014-10-24 08:53:04 +02:00
keypool.py `getrawchangeaddress` should fail when keypool exhausted 2014-07-11 15:24:29 +02:00
listtransactions.py Extend getchaintips RPC test. 2014-10-24 08:53:04 +02:00
netutil.py Add Python test for -rpcbind and -rpcallowip 2014-05-13 07:23:23 +02:00
receivedby.py Extend getchaintips RPC test. 2014-10-24 08:53:04 +02:00
rpcbind_test.py rpc-tests: Fix rpcbind_test after 0193fb8 2014-06-27 10:06:40 +02:00
send.sh rpc-tests: don't spew non-errors to stdout 2014-10-10 13:11:49 -04:00
smartfees.py Extend getchaintips RPC test. 2014-10-24 08:53:04 +02:00
test_framework.py Merge pull request #5132 2014-10-24 15:13:41 -04:00
txnmall.sh Add licenses for tests and test data 2014-03-18 10:20:55 +01:00
util.py Work around #5113. 2014-10-24 09:06:37 +02:00
util.sh Let -zapwallettxes recover transaction meta data 2014-06-16 18:56:57 +02:00
wallet.sh Add licenses for tests and test data 2014-03-18 10:20:55 +01:00
walletbackup.sh Bugfix: Replace bashisms with standard sh in tests/tools 2014-10-03 23:45:26 +00:00
zapwallettxes.sh Let -zapwallettxes recover transaction meta data 2014-06-16 18:56:57 +02:00

README.md

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 their 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