Commit Graph

127 Commits (48a0319babb409cf486a9eb7c776810f70b06cb2)

Author SHA1 Message Date
Amiti Uttarwar 3ebde2143a [test] Fix wait condition in disconnect_p2ps
4 years ago
gzhao408 10d61505fe [test] remove confusing p2p property
4 years ago
MarcoFalke fad2794e93
test: Rename wait until helper to wait_until_helper
4 years ago
John Newbery d5800da519 [test] Remove final references to mininode
4 years ago
Russell Yanofsky 642ad31b41 Add loadwallet and createwallet RPC load_on_startup options
4 years ago
Wladimir J. van der Laan 5e4fed9e58
Merge #19657: test: Wait until is_connected in add_p2p_connection
4 years ago
MarcoFalke fa4dfd215f
test: Wait until is_connected in add_p2p_connection
4 years ago
Ben Woosley 82fc4017b7
test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli
4 years ago
gzhao408 aeb9fb414e [test] wait for disconnect_p2ps to be reflected in getpeerinfo
4 years ago
MarcoFalke fab908f18a
test: Fix intermittent ETIMEDOUT on FreeBSD
5 years ago
codeShark149 784ae09625 test: Add capability to disable RPC timeout in functional tests.
5 years ago
MarcoFalke a9a6d946e4
Merge #18888: test: Remove RPCOverloadWrapper boilerplate
5 years ago
MarcoFalke fa3f9a0566
test: Fix intermittent sync_blocks failures
5 years ago
MarcoFalke faa26d3744
test: Remove RPCOverloadWrapper boilerplate
5 years ago
Harris 2742c34286
test: add factor option to adjust test timeouts
5 years ago
Samuel Dobson eef90c14ed
Merge #16528: Native Descriptor Wallets using DescriptorScriptPubKeyMan
5 years ago
Andrew Chow 223588b1bb Add a --descriptors option to various tests
5 years ago
Andrew Chow 869f7ab30a tests: Add RPCOverloadWrapper which overloads some disabled RPCs
5 years ago
Jon Atack 8f5dc8800a
test: display command line options passed to send_cli() in debug log
5 years ago
Jon Atack c648e636b2
test: add wait_for_cookie_credentials() to test framework
5 years ago
MarcoFalke b690b24eb2
Merge #18633: test: Properly raise FailedToStartError when rpc shutdown before warmup finished (take 2)
5 years ago
MarcoFalke fa03713e13
test: Properly raise FailedToStartError when rpc shutdown before warmup finished (take 2)
5 years ago
MarcoFalke fabfcad876
test: Bump timeout in wallet_import_rescan
5 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
MarcoFalke faede1b293
test: Properly raise FailedToStartError when rpc shutdown before warmup finished
5 years ago
MarcoFalke fa90647045
test: Wait for both veracks in add_p2p_connection
5 years ago
Sjors Provoost 8b1460dbd1
[tests] check v0.17.1 and v0.18.1 backwards compatibility
5 years ago
Larry Ruane b951b0973c on startup, write config options to debug.log
5 years ago
fanquake 3f1966ead6
Merge #17705: test: re-enable CLI test support by using EncodeDecimal in json.dumps()
5 years ago
fanquake b6f9e3576a
test: re-enable CLI test support by using EncodeDecimal in json.dumps()
5 years ago
practicalswift 5db506ba59 tests: Add option --valgrind to run nodes under valgrind in the functional tests
5 years ago
MarcoFalke fac942ca57
test: Remove fragile assert_memory_usage_stable
5 years ago
MarcoFalke ca97d292ce
Merge #16551: test: Test that low difficulty chain fork is rejected
5 years ago
MarcoFalke fae91a09c4
test: Remove incorrect and unused try-block in assert_debug_log
5 years ago
Jonas Schnelli 6011c9d72d
QA: fix rpc_setban.py race
5 years ago
MarcoFalke fa31dc1bf4
test: Pass down correct chain name in tests
5 years ago
nicolas.dorier c5b404e8f1
Add functional tests for flexible whitebind/list
5 years ago
MarcoFalke fa8a1d7ba3
test: Adapt test framework for chains other than "regtest"
5 years ago
MarcoFalke fa47330397
test: Speed up cache creation
6 years ago
MarcoFalke fa6ad7a5ec
test: Bump MAX_NODES to 12
6 years ago
John Newbery 7b29ec277b [tests] Comment for why logging config is set as command-line args.
6 years ago
John Newbery ba534ccd56 [tests] log thread names by default in functional tests
6 years ago
MarcoFalke fae38c3dc6
doc: Fix all typos reported by codespell
6 years ago
MarcoFalke faa7cdf764
scripted-diff: Update copyright in ./test
6 years ago
MarcoFalke fab5a1e0f4
build: Require python 3.5
6 years ago
MarcoFalke fab0d85802
qa: Remove mocktime unless required
6 years ago
Sjors Provoost e3e1a5631e
[test] functional: set cwd of nodes to tmpdir
6 years ago
João Barbosa 6440e61375 qa: Drop RPC connection if --usecli
6 years ago
MarcoFalke 5029e94f85
Merge #14519: tests: add utility to easily profile node performance with perf
6 years ago
Andrew Chow 2e023419c5 tests: unify RPC argument to cli argument conversion and handle dicts and lists
6 years ago