aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2020-07-01Merge #19368: test: improve functional tests compatibility with BSD/macOSWladimir J. van der Laan
2020-06-25test: retry when write to a socket fails on macOSIvan Metlushko
2020-06-24Merge #19272: net, test: invalid p2p messages and test framework improvementsMarcoFalke
2020-06-21test: Add connect_nodes methodMarcoFalke
2020-06-21Merge #19208: test: move sync_blocks and sync_mempool functions to test_frame...MarcoFalke
2020-06-19test: hoist p2p values to test framework constantsJon Atack
2020-06-18test: move sync_blocks and sync_mempool functions to test_framework.pyRoy Shao
2020-06-17Merge #19252: test: wait for disconnect in disconnect_p2ps + bloomfilter test...MarcoFalke
2020-06-16[test] wait for disconnect_p2ps to be reflected in getpeerinfogzhao408
2020-06-16pep-8 test/functional/test_framework/util.pyMarcoFalke
2020-06-16test: refactor: Inline adjust_bitcoin_conf_for_pre_17MarcoFalke
2020-06-16Merge #19178: Make mininode_lock non-reentrantMarcoFalke
2020-06-10[tests] move generate_wif_key to wallet_util.pyJohn Newbery
2020-06-10Revert "[TESTS] Move base58 to own module to break circular dependency"John Newbery
2020-06-09[TESTS] Move base58 to own module to break circular dependencyPieter Wuille
2020-06-08Merge #18890: test: disconnect_nodes should warn if nodes were already discon...MarcoFalke
2020-06-05[tests] Make mininode_lock non-reentrantJohn Newbery
2020-06-05[tests] Don't call super twice in P2PTxInvStore.on_inv()John Newbery
2020-06-05[tests] Don't acquire mininode_lock twice in wait_for_broadcast()John Newbery
2020-06-04Merge #19082: test: Moved the CScriptNum asserts into the unit test in script.pyWladimir J. van der Laan
2020-06-03[test] CScriptNum Decode Check as Unit TestsGillian Chu
2020-06-02This PR adds initial support for type hints checking in python scripts.Kiminuo
2020-05-31Merge #19044: net processing: Add support for getcfiltersMarcoFalke
2020-05-30Merge #18965: tests: implement base58_decodeMarcoFalke
2020-05-30Merge #18807: [doc / test / mempool] unbroadcast follow-upsMarcoFalke
2020-05-29test: Explain that a bug should be filed when the test failMarcoFalke
2020-05-26[test] Add test for cfilters.Jim Posen
2020-05-26Merge #19060: test: Remove global wait_until from p2p_getdataWladimir J. van der Laan
2020-05-26Merge #19010: net processing: Add support for getcfheadersMarcoFalke
2020-05-25[test] P2P connection behavior should meet expectationsAmiti Uttarwar
2020-05-23test: Default mininode.wait_until timeout to 60sMarcoFalke
2020-05-22[test] Add test for cfheadersJim Posen
2020-05-22Merge #19014: test: Replace TEST_PREVIOUS_RELEASES env var with test_framewor...MarcoFalke
2020-05-22Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...fanquake
2020-05-21Merge #19023: test: Fix intermittent ETIMEDOUT on FreeBSDWladimir J. van der Laan
2020-05-21test: Default --previous-releases to false if dir is emptyMarcoFalke
2020-05-21test: Replace TEST_PREVIOUS_RELEASES env var with test_framework optionMarcoFalke
2020-05-20tests: implement base58_decode10xcryptodev
2020-05-20Merge #18764: refactor: test: replace inv type magic numbers by constantsMarcoFalke
2020-05-19test: Fix intermittent ETIMEDOUT on FreeBSDMarcoFalke
2020-05-19[test] wait for inital broadcast before comparing mempool entriesgzhao408
2020-05-18test: Add capability to disable RPC timeout in functional tests.codeShark149
2020-05-16Merge #18952: test: avoid os-dependant pathMarcoFalke
2020-05-13Merge #18888: test: Remove RPCOverloadWrapper boilerplateMarcoFalke
2020-05-12Merge #18877: Serve cfcheckpt requestsMarcoFalke
2020-05-11avoided os-dependant pathFerdinando M. Ametrano
2020-05-08Merge #18866: test: Fix verack race to avoid intermittent test failuresMarcoFalke
2020-05-08[test] Add test for cfcheckptJim Posen
2020-05-07test: remove redundant two-way disconnect_nodes callsDanny Lee
2020-05-07test: warn if nodes not connected before disconnect_nodesDanny Lee