aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_node.py
AgeCommit message (Expand)Author
2019-02-19qa: Remove mocktime unless requiredMarcoFalke
2019-02-19[test] functional: set cwd of nodes to tmpdirSjors Provoost
2019-02-06qa: Drop RPC connection if --usecliJoão Barbosa
2019-02-05Merge #14519: tests: add utility to easily profile node performance with perfMarcoFalke
2019-01-31tests: unify RPC argument to cli argument conversion and handle dicts and listsAndrew Chow
2019-01-22tests: add utility to easily profile node performance with perfJames O'Beirne
2018-12-10Compare to None with is/is notDaniel Ingram
2018-12-06Merge #14670: http: Fix HTTP server shutdownWladimir J. van der Laan
2018-11-26qa: clean up assert_memory_usage_stable utilityJames O'Beirne
2018-11-23qa: Test bitcond shutdownJoão Barbosa
2018-11-08test_node: get_mem_rss fixupsMarcoFalke
2018-11-06Merge #14522: tests: add invalid P2P message testsWladimir J. van der Laan
2018-11-01tests: add utility to assert node memory usage hasn't increasedJames O'Beirne
2018-11-01[tests] Move deterministic address import to setup_nodesJohn Newbery
2018-10-18[tests] Add generate method to TestNodeJohn Newbery
2018-10-08tests: Allow closed http server in assert_start_raises_init_errorChun Kuan Lee
2018-09-17Changed functional tests which do not require wallets to run withoutsanket1729
2018-09-14Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting downWladimir J. van der Laan
2018-09-13qa: Fix codespell error and have lint-spelling error instead of warnMarcoFalke
2018-09-10qa: Premine to deterministic address with -disablewalletMarcoFalke
2018-08-24qa: Add TestNode::assert_debug_logMarcoFalke
2018-08-11Merge #13867: qa: Make extended tests pass on native WindowsMarcoFalke
2018-08-09No longer shutdown after encrypting the walletAndrew Chow
2018-08-09Merge #13916: qa: wait_for_verack by defaultMarcoFalke
2018-08-08qa: wait_for_verack by defaultMarcoFalke
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-03qa: Use files for stdout/stderr to support WindowsMarcoFalke
2018-08-03qa: Close stdout and stderr file when node stopsMarcoFalke
2018-08-02Merge #13823: qa: quote path in authproxy for external multiwalletsWladimir J. van der Laan
2018-08-02qa: Quote wallet name for rpc pathMarcoFalke
2018-08-01qa: Extract rpc_timewait as test paramMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-12QA: Fix bug in -usecli logic that converts booleans to non-lowercase stringsJonas Schnelli
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-05-09[qa] Avoid printing to console during cache creationSuhas Daftuar
2018-05-09[tests] Allow stderr to be tested against specified stringJohn Newbery
2018-05-09[Tests] Use LIBC_FATAL_STDERR_=1 in testsJohn Newbery
2018-05-09[Tests] Write stdout/stderr to datadir instead of temp file.John Newbery
2018-04-25Merge #13051: qa: Normalize executable locationWladimir J. van der Laan
2018-04-21qa: Normalize executable locationMarcoFalke
2018-04-19[qa] Attach node index to test_node AssertionError and print messagesJames O'Beirne
2018-04-17Print to console by default when not run with -daemonEvan Klitzke
2018-04-09Merge #12902: [qa] Handle potential cookie race when starting nodeMarcoFalke
2018-04-09[qa] Delete cookie file before starting nodeSuhas Daftuar
2018-04-08Merge #12904: [qa] Ensure bitcoind processes are cleaned up when tests endWladimir J. van der Laan
2018-04-08[qa] Ensure bitcoind processes are cleaned up when tests endSuhas Daftuar
2018-04-01qa: Match full plain text by defaultMarcoFalke
2018-03-28[Tests] fix a typo in TestNode.assert_start_raises_init_error()Roman Zeyde
2018-03-22Merge #12076: qa: Use node.datadir instead of tmpdir in test frameworkWladimir J. van der Laan
2018-03-22Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (j...Wladimir J. van der Laan