Commit Graph

101 Commits (3788a8479b4efd481f3e91419bcf347113375112)

Author SHA1 Message Date
Wladimir J. van der Laan 6759a24eaa
Merge #11472: qa: Make tmpdir option an absolute path, misc cleanup
7 years ago
John Newbery f893085325 [tests] Don't subclass from object for Python 3
7 years ago
John Newbery 8f9e3627ef [tests] authproxy.py: tidy up __init__()
7 years ago
John Newbery 323d8f61e9 [tests] fix flake8 warnings in authproxy.py
7 years ago
John Newbery fc0176d01e [tests] use python3 for authproxy.py
7 years ago
MarcoFalke fafa003970 qa: Remove never used return value of sync_with_ping
7 years ago
MarcoFalke fa9de370b1 qa: Make tmpdir option an absolute path
7 years ago
Wladimir J. van der Laan f74459dba6
Merge #11277: Fix uninitialized URI in batch RPC requests
7 years ago
Wladimir J. van der Laan fef65c4f5e
Merge #11113: [net] Ignore getheaders requests for very old side blocks
7 years ago
John Newbery 47ba8cf71e scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error
7 years ago
John Newbery 677d893ff7 [tests] do not allow assert_raises_message to be called with JSONRPCException
7 years ago
John Newbery 5864e9c161 [tests] remove direct testing on JSONRPCException from individual test cases
7 years ago
Russell Yanofsky 74182f235c Add missing batch rpc calls to python coverage logs
7 years ago
Russell Yanofsky 505530c6cf Add missing multiwallet rpc calls to python coverage logs
7 years ago
Russell Yanofsky 9f67646f17 Make AuthServiceProxy._batch method usable
7 years ago
Russell Yanofsky e02007aade Limit AuthServiceProxyWrapper.__getattr__ wrapping
7 years ago
Jim Posen eff4bd8ab2 [test] P2P functional test for certain fingerprinting protections
7 years ago
MarcoFalke ff4cd6075b
Merge #11319: [qa] Fix error introduced into p2p-segwit.py, and prevent future similar errors
7 years ago
MarcoFalke 9c3c9cdae3
Merge #10552: [Test] Tests for zmqpubrawtx and zmqpubrawblock
7 years ago
Wladimir J. van der Laan aa624b61c9
Merge #11167: Full BIP173 (Bech32) support
7 years ago
Pieter Wuille fd0041aa27 Use BIP173 addresses in segwit.py test
7 years ago
João Barbosa fd8f45fe88 [test] Add restart_node to BitcoinTestFramework
7 years ago
Andrew Chow d3677ab757 Tests for zmqpubrawtx and zmqpubrawblock
7 years ago
MarcoFalke 4ce2f3d0d3
Merge #11323: mininode: add an optimistic write and disable nagle
7 years ago
Cory Fields 1817398b39 mininode: add an optimistic write and disable nagle
7 years ago
MarcoFalke 42973f8344
Merge #11078: [tests] Make p2p-leaktests.py more robust
7 years ago
Suhas Daftuar a7820422e0 qa: Treat mininode p2p exceptions as fatal
7 years ago
João Barbosa ce379b47b9 [test] Replace check_output with low level version
7 years ago
João Barbosa 232e3e8471 [test] Add assert_raises_process_error to assert process errors
7 years ago
João Barbosa 5c18a84b9a [test] Add support for custom arguments to TestNodeCLI
7 years ago
João Barbosa e1274947d4 [test] Improve assert_raises_jsonrpc docstring
7 years ago
MarcoFalke faa8d9581a [qa] TestNode: Add wait_until_stopped helper method
7 years ago
MarcoFalke 28f788e47e
Merge #11121: TestNode tidyups
7 years ago
John Newbery 7148b74dc3 [tests] Functional tests must explicitly set num_nodes
7 years ago
John Newbery 5448a1471d [tests] don't override __init__() in individual tests
7 years ago
John Newbery 6cf094a022 [tests] Avoid passing around member variables in test_framework
7 years ago
John Newbery 36b6268670 [tests] TestNode: separate add_node from start_node
7 years ago
John Newbery be2a2ab6a6 [tests] fix - use rpc_timeout as rpc timeout
7 years ago
practicalswift 8239794360 Use the variable name _ for unused return values
7 years ago
practicalswift 2e6080bbf3 Remove unused variables and/or function calls
7 years ago
John Newbery 0063d2c3dc [tests] Make p2p-leaktests.py more robust
7 years ago
MarcoFalke 4ae6d0fbef
Merge #10798: [tests] [utils] test bitcoin-cli
7 years ago
MarcoFalke 8858b6ddd3
Merge #11068: qa: Move wait_until to util
7 years ago
John Newbery 2b4ea520b7 [tests] fix timeout issues from TestNode
7 years ago
Wladimir J. van der Laan c1470a058f test: Increase initial RPC timeout to 60 seconds
7 years ago
MarcoFalke 08ce33f8e9 qa: Move wait_until to util
7 years ago
John Newbery b23549f6e6 [tests] add TestNodeCLI class for calling bitcoin-cli for a node
7 years ago
MarcoFalke 85aec87b11
Merge #10711: [tests] Introduce TestNode
7 years ago
John Newbery 7897338918 [tests] Introduce TestNode
7 years ago
MarcoFalke bf74d377fb
Merge #11023: [tests] Add option to attach a python debugger if functional test fails
7 years ago