Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-02 | stop bitcoind/bitcoin-cli processes that might have been left running | Gavin Andresen | |
2014-04-02 | Have pull-tester run the listtransactions.py regression test | Gavin Andresen | |
This should show how to run a python-based regression test successfully in the pull-tester environment. | |||
2014-03-18 | Add licenses for tests and test data | Wladimir J. van der Laan | |
- Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848 | |||
2013-11-27 | Integration tests via RPC calls | Gavin Andresen | |
qa/rpc-tests/wallet.sh runs a three-node -regtest network, generates a fresh blockchain, and then exercises basic wallet sending/receiving functionality using command-line RPC. | |||
2013-11-10 | Update build docs that refer to old makefile.* files. | Brandon Dahler | |
Also update pull-tester's error message. | |||
2013-11-04 | Skip comparison tool on win32 since Wine breaks it | Matt Corallo | |
2013-10-28 | Missed an RPC port | Matt Corallo | |
2013-10-28 | Fix port binding by listening on port $BASHPID | Matt Corallo | |
2013-10-28 | Run block tester and test suite on Windows too (only on Jenkins) | Matt Corallo | |
2013-10-28 | Gracefully handle the case when a DISTDIR already exists | Matt Corallo | |
2013-10-28 | pull-tester.py: Re-enable coverage msg, new args to run test script | Matt Corallo | |
2013-10-28 | Make large-reorg tests optional in block-tester | Matt Corallo | |
2013-10-27 | Re-enable BitcoindComparisonTool: | Matt Corallo | |
* Use the latest version, with limited memory usage, and path to on-disk db (try mouting qa/tmp on a tmpfs)\ * enable -debug=net * re-enable BitcoindComparisonTool in pull-tester | |||
2013-10-11 | Disable code-coverage builds for now | Gavin Andresen | |
Not working on the pull-tester machine, 'make cov' hangs there. | |||
2013-10-11 | Rework pull-tester scripts, disable blockchain tester | Gavin Andresen | |
Re-organize the pull-tester scripts a bit. And disables running the blockchain tester, it is not working properly on the pull-tester machine for reasons I cannot explain (fails to start). | |||
2013-10-08 | Re-enable win32 pull-testing | Gavin Andresen | |
2013-09-20 | Tweaks to the top-level pull-tester script | Gavin Andresen | |
2013-09-20 | Rename BitcoinjBitcoindComparisonTool just BitcoindComparisonTool | Gavin Andresen | |
2013-09-20 | Master pull-tester-driver python script | Gavin Andresen | |
2013-09-05 | autotools: switch to autotools buildsystem | Cory Fields | |