index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
test_framework
/
test_node.py
Age
Commit message (
Expand
)
Author
2021-07-20
Merge bitcoin/bitcoin#22096: p2p: AddrFetch - don't disconnect on self-announ...
fanquake
2021-07-12
net, rpc: Enable AddrFetch connections for functional testing
Martin Zumsande
2021-06-03
test: convert docs into type annotations in test_framework/test_node.py
fanquake
2021-04-29
test: Assert that exit code indicates failure
MarcoFalke
2021-02-23
rpc: add external_signer option to createwallet
Sjors Provoost
2021-02-18
Merge #19809: log: Prefix log messages with function name and source code loc...
Wladimir J. van der Laan
2021-02-17
[test] Check user agent string from test framework connections
John Newbery
2021-02-17
[test] Move MY_SUBVERSION to p2p.py
John Newbery
2021-01-23
test: store subversion (user agent) as string in msg_version
Sebastian Falbesoner
2021-01-15
log: Prefix log messages with function name if -logsourcelocations is set
practicalswift
2021-01-07
[test] Add test framework support to create outbound connections.
Amiti Uttarwar
2020-12-17
test: Fix restart node race
MarcoFalke
2020-12-10
test: Use Popen.wait instead of RPC in assert_start_raises_init_error
MarcoFalke
2020-11-27
[test] Fix wait condition in disconnect_p2ps
Amiti Uttarwar
2020-09-10
[test] remove confusing p2p property
gzhao408
2020-08-27
test: Rename wait until helper to wait_until_helper
MarcoFalke
2020-08-25
[test] Remove final references to mininode
John Newbery
2020-08-13
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-08-09
Merge #19657: test: Wait until is_connected in add_p2p_connection
Wladimir J. van der Laan
2020-08-04
test: Wait until is_connected in add_p2p_connection
MarcoFalke
2020-07-30
test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli
Ben Woosley
2020-06-16
[test] wait for disconnect_p2ps to be reflected in getpeerinfo
gzhao408
2020-05-19
test: Fix intermittent ETIMEDOUT on FreeBSD
MarcoFalke
2020-05-18
test: Add capability to disable RPC timeout in functional tests.
codeShark149
2020-05-13
Merge #18888: test: Remove RPCOverloadWrapper boilerplate
MarcoFalke
2020-05-05
test: Fix intermittent sync_blocks failures
MarcoFalke
2020-05-05
test: Remove RPCOverloadWrapper boilerplate
MarcoFalke
2020-05-03
test: add factor option to adjust test timeouts
Harris
2020-04-27
Merge #16528: Native Descriptor Wallets using DescriptorScriptPubKeyMan
Samuel Dobson
2020-04-23
Add a --descriptors option to various tests
Andrew Chow
2020-04-23
tests: Add RPCOverloadWrapper which overloads some disabled RPCs
Andrew Chow
2020-04-21
test: display command line options passed to send_cli() in debug log
Jon Atack
2020-04-19
test: add wait_for_cookie_credentials() to test framework
Jon Atack
2020-04-19
Merge #18633: test: Properly raise FailedToStartError when rpc shutdown befor...
MarcoFalke
2020-04-18
test: Properly raise FailedToStartError when rpc shutdown before warmup finis...
MarcoFalke
2020-04-17
test: Bump timeout in wallet_import_rescan
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-08
test: Properly raise FailedToStartError when rpc shutdown before warmup finished
MarcoFalke
2020-03-31
test: Wait for both veracks in add_p2p_connection
MarcoFalke
2020-02-11
[tests] check v0.17.1 and v0.18.1 backwards compatibility
Sjors Provoost
2020-01-29
on startup, write config options to debug.log
Larry Ruane
2019-12-11
Merge #17705: test: re-enable CLI test support by using EncodeDecimal in json...
fanquake
2019-12-09
test: re-enable CLI test support by using EncodeDecimal in json.dumps()
fanquake
2019-12-01
tests: Add option --valgrind to run nodes under valgrind in the functional tests
practicalswift
2019-11-14
test: Remove fragile assert_memory_usage_stable
MarcoFalke
2019-09-12
Merge #16551: test: Test that low difficulty chain fork is rejected
MarcoFalke
2019-09-04
test: Remove incorrect and unused try-block in assert_debug_log
MarcoFalke
2019-08-21
QA: fix rpc_setban.py race
Jonas Schnelli
2019-08-16
test: Pass down correct chain name in tests
MarcoFalke
2019-08-11
Add functional tests for flexible whitebind/list
nicolas.dorier
[next]