aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_node.py
Commit message (Expand)AuthorAgeFilesLines
* qa: Remove mocktime unless requiredMarcoFalke2019-02-191-3/+2
* [test] functional: set cwd of nodes to tmpdirSjors Provoost2019-02-191-3/+7
* qa: Drop RPC connection if --usecliJoão Barbosa2019-02-061-3/+6
* Merge #14519: tests: add utility to easily profile node performance with perfMarcoFalke2019-02-051-1/+97
|\
| * tests: add utility to easily profile node performance with perfJames O'Beirne2019-01-221-1/+97
* | tests: unify RPC argument to cli argument conversion and handle dicts and listsAndrew Chow2019-01-311-2/+10
|/
* Compare to None with is/is notDaniel Ingram2018-12-101-1/+1
* Merge #14670: http: Fix HTTP server shutdownWladimir J. van der Laan2018-12-061-2/+2
|\
| * qa: Test bitcond shutdownJoão Barbosa2018-11-231-2/+2
* | qa: clean up assert_memory_usage_stable utilityJames O'Beirne2018-11-261-6/+10
|/
* test_node: get_mem_rss fixupsMarcoFalke2018-11-081-10/+7
* Merge #14522: tests: add invalid P2P message testsWladimir J. van der Laan2018-11-061-0/+45
|\
| * tests: add utility to assert node memory usage hasn't increasedJames O'Beirne2018-11-011-0/+45
* | [tests] Move deterministic address import to setup_nodesJohn Newbery2018-11-011-15/+0
* | [tests] Add generate method to TestNodeJohn Newbery2018-10-181-0/+19
|/
* tests: Allow closed http server in assert_start_raises_init_errorChun Kuan Lee2018-10-081-1/+3
* Changed functional tests which do not require wallets to run withoutsanket17292018-09-171-9/+11
* Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting downWladimir J. van der Laan2018-09-141-8/+0
|\
| * No longer shutdown after encrypting the walletAndrew Chow2018-08-091-8/+0
* | qa: Fix codespell error and have lint-spelling error instead of warnMarcoFalke2018-09-131-1/+1
* | qa: Premine to deterministic address with -disablewalletMarcoFalke2018-09-101-0/+16
* | qa: Add TestNode::assert_debug_logMarcoFalke2018-08-241-0/+18
* | Merge #13867: qa: Make extended tests pass on native WindowsMarcoFalke2018-08-111-2/+5
|\ \ | |/ |/|
| * qa: Use files for stdout/stderr to support WindowsMarcoFalke2018-08-031-2/+2
| * qa: Close stdout and stderr file when node stopsMarcoFalke2018-08-031-0/+3
* | Merge #13916: qa: wait_for_verack by defaultMarcoFalke2018-08-091-2/+4
|\ \
| * | qa: wait_for_verack by defaultMarcoFalke2018-08-081-2/+4
| |/
* | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\ \ | |/ |/|
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | Merge #13823: qa: quote path in authproxy for external multiwalletsWladimir J. van der Laan2018-08-021-1/+2
|\ \
| * | qa: Quote wallet name for rpc pathMarcoFalke2018-08-021-1/+2
| |/
* / qa: Extract rpc_timewait as test paramMarcoFalke2018-08-011-6/+2
|/
* QA: Fix bug in -usecli logic that converts booleans to non-lowercase stringsJonas Schnelli2018-07-121-2/+1
* qa: Avoid start/stop of the network thread mid-testMarcoFalke2018-06-251-5/+5
* [qa] Avoid printing to console during cache creationSuhas Daftuar2018-05-091-2/+1
* [tests] Allow stderr to be tested against specified stringJohn Newbery2018-05-091-1/+8
* [Tests] Use LIBC_FATAL_STDERR_=1 in testsJohn Newbery2018-05-091-1/+6
* [Tests] Write stdout/stderr to datadir instead of temp file.John Newbery2018-05-091-7/+17
* Merge #13051: qa: Normalize executable locationWladimir J. van der Laan2018-04-251-7/+3
|\
| * qa: Normalize executable locationMarcoFalke2018-04-211-7/+3
* | [qa] Attach node index to test_node AssertionError and print messagesJames O'Beirne2018-04-191-13/+24
|/
* Print to console by default when not run with -daemonEvan Klitzke2018-04-171-1/+11
* Merge #12902: [qa] Handle potential cookie race when starting nodeMarcoFalke2018-04-091-0/+5
|\
| * [qa] Delete cookie file before starting nodeSuhas Daftuar2018-04-091-0/+5
* | Merge #12904: [qa] Ensure bitcoind processes are cleaned up when tests endWladimir J. van der Laan2018-04-081-0/+11
|\ \ | |/ |/|
| * [qa] Ensure bitcoind processes are cleaned up when tests endSuhas Daftuar2018-04-081-0/+11
* | qa: Match full plain text by defaultMarcoFalke2018-04-011-3/+13
|/
* [Tests] fix a typo in TestNode.assert_start_raises_init_error()Roman Zeyde2018-03-281-4/+10
* Merge #12076: qa: Use node.datadir instead of tmpdir in test frameworkWladimir J. van der Laan2018-03-221-3/+3
|\
| * qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke2018-03-191-3/+3