zcashd/qa/rpc-tests
Simon 7c463780cf Fixes #1779 so that sending to multiple zaddrs no longer fails.
Commit 2eeb6b randomized the order of input and output notes,
but this is now known to prevent the chaining of multiple joinsplits
in a single transaction.  The root cause has yet to be determined.

This patch is a temporary fix and disables the shuffling of input
and output notes.  It also adds a chained joinsplit test to the
python qa test suite.
2016-11-04 23:23:48 -07:00
..
test_framework Disable metrics screen in RPC tests 2016-10-23 01:05:57 +01:00
.gitignore Python-based regression tests 2014-02-28 15:24:31 -05:00
README.md Remove bash test note from rpc-tests readme 2015-09-22 00:43:10 +00:00
bip65-cltv-p2p.py Add RPC tests for the CHECKLOCKTIMEVERIFY (BIP65) soft-fork 2015-10-08 17:49:00 +02:00
bip65-cltv.py Add RPC tests for the CHECKLOCKTIMEVERIFY (BIP65) soft-fork 2015-10-08 17:49:00 +02: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
forknotify.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
getblocktemplate.py Fix RPC test 2016-10-22 15:36:38 -05:00
getblocktemplate_longpoll.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
getblocktemplate_proposals.py GBT: Correct block header in proposals RPC test 2016-10-21 23:36:35 -05:00
getchaintips.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
hardforkdetection.py Enable -alertnotify for hard fork detection. Test it. 2016-06-09 13:48:04 -06: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 Fix (most) rpc tests by updating balances. zcpour, zcpourdoublespend, and txn_doublespend currently fail. 2016-04-08 18:05:51 -07:00
keypool.py Fix RPC tests that require wallet encryption 2016-10-20 14:35:41 -05:00
listtransactions.py Fix RPC tests to not rely on accounts. 2016-10-10 20:26:52 +01:00
maxblocksinflight.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
mempool_coinbase_spends.py Update RPC tests to account for decreased block interval 2016-06-10 12:02:49 +12:00
mempool_resurrect_test.py Update RPC tests to account for decreased block interval 2016-06-10 12:02:49 +12:00
mempool_spendcoinbase.py Update RPC tests to account for decreased block interval 2016-06-10 12:02:49 +12:00
merkle_blocks.py Update RPC tests to account for decreased block interval 2016-06-10 12:02:49 +12:00
p2p-acceptblock.py Be even stricter in processing unrequested blocks 2015-07-29 20:11:52 +02:00
proxy_test.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
pruning.py Make fee aware of min relay in pruning.py RPC test 2015-10-20 13:35:24 +02:00
rawtransactions.py Change default ports 2016-06-17 00:21:58 +12: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 Store the Equihash solution in minimal representation in the block header 2016-08-16 16:02:39 +12:00
rpcbind_test.py rpc-tests: remove python-bitcoinrpc directory 2015-05-21 21:22:22 +02:00
script_test.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
signrawtransactions.py Repair rpc-tests/signrawtransactions.py. 2016-10-04 23:04:19 +01:00
smartfees.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
txn_doublespend.py Cosmetics in RPC tests. 2016-10-10 20:27:16 +01:00
wallet.py Auto merge of #1599 - daira:1597.fix-other-potential-race-conditions, r=daira 2016-10-22 00:15:32 -04:00
wallet_nullifiers.py Add z_sendmany rule that when sending coinbase utxos to a zaddr 2016-10-24 21:34:16 -07:00
wallet_protectcoinbase.py Fixes #1779 so that sending to multiple zaddrs no longer fails. 2016-11-04 23:23:48 -07:00
walletbackup.py Update RPC tests to account for decreased block interval 2016-06-10 12:02:49 +12:00
zapwallettxes.py Update RPC tests to account for decreased block interval 2016-06-10 12:02:49 +12:00
zcjoinsplit.py Test that a pure joinsplit will mine if other transactions are in the mempool. 2016-11-02 14:25:07 -06:00
zcjoinsplitdoublespend.py Rename `pour` in RPC tests. 2016-07-18 10:43:17 -06: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/test_framework.py

Base class for new regression tests.

test_framework/util.py

Generally useful functions.

Notes

You can run a single test by calling qa/pull-tester/rpc-tests.sh <testname>.

Run all possible tests with qa/pull-tester/rpc-tests.sh -extended.

Possible options:

-h, --help       show this help message and exit
  --nocleanup      Leave bitcoinds and test.* datadir on exit or error
  --noshutdown     Don't stop bitcoinds after the test execution
  --srcdir=SRCDIR  Source directory containing bitcoind/bitcoin-cli (default:
                   ../../src)
  --tmpdir=TMPDIR  Root directory for datadirs
  --tracerpc       Print out all RPC calls as they are made
```

If you set the environment variable `PYTHON_DEBUG=1` you will get some debug output (example: `PYTHON_DEBUG=1 qa/pull-tester/rpc-tests.sh wallet`). 

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:

```bash
rm -rf cache
killall bitcoind
```