zcash-patched-for-explorer/qa/rpc-tests
Wladimir J. van der Laan 1cd7952dde
Merge pull request #6703
45bfa13 PARTIAL: typofixes (found by misspell_fixer) (Veres Lajos)
21c406e add support for miniupnpc api version 14 (Pavel Vasin)
13bd5a7 rpc-tests: re-enable rpc-tests for Windows (Cory Fields)
ccc4ad6 net: Set SO_REUSEADDR for Windows too (Cory Fields)
1f6772e add unit test for CNetAddr::GetGroup. (Alex Morcos)
13642a5 Fix masking of irrelevant bits in address groups. (Alex Morcos)
6b51b9b Replace boost::reverse_lock with our own. (Casey Rodarmor)
626c5e6 Make sure we re-acquire lock if a task throws (Casey Rodarmor)
4877053 Add missing files to files.md (fanquake)
f171fee Handle leveldb::DestroyDB() errors on wipe failure (Adam Weiss)
c5b89fe Fix race condition on test node shutdown (Casey Rodarmor)
4a37410 Handle no chain tip available in InvalidChainFound() (Ross Nicoll)
f6d29a6 Use unique name for AlertNotify tempfile (Casey Rodarmor)
e6adac7 Delay initial pruning until after wallet init (Adam Weiss)
e0020d4 Make sure LogPrint strings are line-terminated (J Ross Nicoll)
7ff9d12 Make sure LogPrintf strings are line-terminated (Wladimir J. van der Laan)
5a39133 build: fix libressl detection (Cory Fields)
f6355e6 Avoid leaking file descriptors in RegisterLoad (Casey Rodarmor)
60457d3 locking: fix a few small issues uncovered by -Wthread-safety (Cory Fields)
a496e11 Remove bash test note from rpc-tests readme (fanquake)
49c6a64 tests: Remove old sh-based test framework (Wladimir J. van der Laan)
a37567d Add autogen.sh to source tarball. (randy-waterhouse)
1f4d7cf travis: for travis generating an extra build (Cory Fields)
2015-09-23 14:12:55 +02:00
..
test_framework PARTIAL: typofixes (found by misspell_fixer) 2015-09-22 00:43:15 +00: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
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_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 rpc-tests: remove python-bitcoinrpc directory 2015-05-21 21:22:22 +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
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 [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
rawtransactions.py pull-tester/rpc-tests.sh: allow passing throug of arguments 2015-05-18 15:29:20 +02: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 PARTIAL: typofixes (found by misspell_fixer) 2015-09-22 00:43:15 +00: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 pull-tester/rpc-tests.sh: allow passing throug of arguments 2015-05-18 15:29:20 +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
wallet.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
walletbackup.py Fix walletbackup.py after directory restructuring 2015-05-27 10:00:15 -04:00
zapwallettxes.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +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/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
```