Commit Graph

155 Commits (fa39cdd072c91eac70cda04b8b26681611f94cb7)

Author SHA1 Message Date
MarcoFalke fa0074e2d8
scripted-diff: Bump copyright headers
4 years ago
fanquake 0e1b57b4bb
Merge #20763: test: Fix comment typo in BitcoinTestFramework
4 years ago
Joel Klabo 40fdb2a212 test: Fix Comment Typo in BitcoinTestFramework
4 years ago
MarcoFalke fab46b34f4
test: Fix restart node race
4 years ago
Sjors Provoost b87caf10b5
test: add is_bdb_compiled helper
4 years ago
Andrew Chow 242aed7cc1 tests: Add a --legacy-wallet that is mutually exclusive with --descriptors
4 years ago
Andrew Chow 586640381a Skip --descriptor tests if sqlite is not compiled
4 years ago
Russell Yanofsky 01476a88a6 wallet: Make -wallet setting not create wallets
4 years ago
Elliott Jin 3c7d9ab8c8 test: Move (dis)?connect_nodes globals into TestFramework as helpers
4 years ago
Russell Yanofsky c4a29d0a90 Update wallet_multiwallet.py for descriptor and sqlite wallets
4 years ago
Russell Yanofsky c1585bca8d test: Get rid of default wallet hacks
4 years ago
Russell Yanofsky ed3acda33b test, refactor: add default_wallet_name and wallet_data_filename variables
4 years ago
MarcoFalke fa1cd9e1dd
test: Remove unused lock arg from BitcoinTestFramework.wait_until
4 years ago
MarcoFalke fad2794e93
test: Rename wait until helper to wait_until_helper
4 years ago
John Newbery 5e8df3312e test: resort imports
4 years ago
John Newbery 85165d4332 scripted-diff: Rename mininode to p2p
4 years ago
Jon Atack 12410b1feb
test: fix intermittent p2p_ibd_txrelay race, add test_framework.py#wait_until
4 years ago
MarcoFalke fad676b8d2
test: Add connect_nodes method
4 years ago
MarcoFalke 4b5c9191e3
Merge #19208: test: move sync_blocks and sync_mempool functions to test_framework.py
4 years ago
Roy Shao cc84460c16
test: move sync_blocks and sync_mempool functions to test_framework.py
4 years ago
MarcoFalke faa841bc97
test: refactor: Inline adjust_bitcoin_conf_for_pre_17
4 years ago
MarcoFalke b3ec1fe811
Merge #18890: test: disconnect_nodes should warn if nodes were already disconnected
5 years ago
Kiminuo bd7e530f01 This PR adds initial support for type hints checking in python scripts.
5 years ago
MarcoFalke fad21a1a7a
test: Explain that a bug should be filed when the test fail
5 years ago
MarcoFalke fad798be76
test: Default --previous-releases to false if dir is empty
5 years ago
MarcoFalke faf1c3cc58
test: Replace TEST_PREVIOUS_RELEASES env var with test_framework option
5 years ago
codeShark149 784ae09625 test: Add capability to disable RPC timeout in functional tests.
5 years ago
Ferdinando M. Ametrano 8a22fd0114
avoided os-dependant path
5 years ago
Danny Lee e6e7abd51a test: remove redundant two-way disconnect_nodes calls
5 years ago
MarcoFalke ddc0a600b3
Merge #18617: test: add factor option to adjust test timeouts
5 years ago
Harris 2742c34286
test: add factor option to adjust test timeouts
5 years ago
MarcoFalke fa359d14c0
test: Strip down previous releases boilerplate
5 years ago
Andrew Chow 223588b1bb Add a --descriptors option to various tests
5 years ago
MarcoFalke fa32097541
test: Create cached blocks not in the future
5 years ago
Sjors Provoost 8b1460dbd1
[tests] check v0.17.1 and v0.18.1 backwards compatibility
5 years ago
MarcoFalke 3d6752779f
Merge #17633: tests: Add option --valgrind to run the functional tests under Valgrind
5 years ago
practicalswift 5ac804a9eb tests: Use a default of supports_cli=True (instead of supports_cli=False)
5 years ago
MarcoFalke fa69cef13e
test: Print stderr when subprocess fails
5 years ago
practicalswift 5db506ba59 tests: Add option --valgrind to run nodes under valgrind in the functional tests
5 years ago
fanquake a67352161c
test: skip tool_wallet test when bitcoin-wallet isn't compiled
5 years ago
JamesC 5155602a63 Move argparse() to init()
5 years ago
JamesC 2ab01462f4 Move assert num_nodes is set into main()
5 years ago
JamesC 614c645643 Clear TestNode objects after shutdown
5 years ago
JamesC 6f40820757 Add closing and flushing of logging handlers
5 years ago
JamesC 6b71241291 Refactor TestFramework main() into setup/shutdown
5 years ago
MarcoFalke fa3b9ee8b2
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
5 years ago
MarcoFalke faaee1e39a
test: Use connect_nodes when connecting nodes in the test_framework
5 years ago
MarcoFalke fa8a1d7ba3
test: Adapt test framework for chains other than "regtest"
5 years ago
Ben Woosley 68f546635d test: Fix “local variable 'e' is assigned to but never used”
5 years ago
MarcoFalke fa47330397
test: Speed up cache creation
6 years ago