aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_node.py
AgeCommit message (Expand)Author
2020-04-08test: Properly raise FailedToStartError when rpc shutdown before warmup finishedMarcoFalke
2020-03-31test: Wait for both veracks in add_p2p_connectionMarcoFalke
2020-02-11[tests] check v0.17.1 and v0.18.1 backwards compatibilitySjors Provoost
2020-01-29on startup, write config options to debug.logLarry Ruane
2019-12-11Merge #17705: test: re-enable CLI test support by using EncodeDecimal in json...fanquake
2019-12-09test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake
2019-12-01tests: Add option --valgrind to run nodes under valgrind in the functional testspracticalswift
2019-11-14test: Remove fragile assert_memory_usage_stableMarcoFalke
2019-09-12Merge #16551: test: Test that low difficulty chain fork is rejectedMarcoFalke
2019-09-04test: Remove incorrect and unused try-block in assert_debug_logMarcoFalke
2019-08-21QA: fix rpc_setban.py raceJonas Schnelli
2019-08-16test: Pass down correct chain name in testsMarcoFalke
2019-08-11Add functional tests for flexible whitebind/listnicolas.dorier
2019-07-31test: Adapt test framework for chains other than "regtest"MarcoFalke
2019-05-17test: Speed up cache creationMarcoFalke
2019-05-17test: Bump MAX_NODES to 12MarcoFalke
2019-05-03[tests] Comment for why logging config is set as command-line args.John Newbery
2019-04-30[tests] log thread names by default in functional testsJohn Newbery
2019-03-22doc: Fix all typos reported by codespellMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02build: Require python 3.5MarcoFalke
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