aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-12-29Merge #15026: [test] Rename rpc_timewait to rpc_timeoutMarcoFalke
2018-12-29Merge #14738: Tests: Fix running wallet_listtransactions.py individually thro...MarcoFalke
2018-12-29Merge #15022: tests: Upgrade Travis OS to XenialMarcoFalke
2018-12-29Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke
2018-12-28Increase timeout of featuer_assumevalid test to fix flaky testsGraham Krizek
2018-12-27Merge #14930: test: pruning: Check that verifychain can be called when prunedMarcoFalke
2018-12-24Merge #14565: Overhaul importmulti logicMeshCollider
2018-12-22whitespace: Split ~300 char line into multiple onesMarcoFalke
2018-12-22scripted-diff: Rename rpc_timewait to rpc_timeoutMarcoFalke
2018-12-22scripted-diff: Remove unused 'split' parameter to setup_networkMarcoFalke
2018-12-22Merge #14960: lint/format-strings: Correctly exclude escaped percent symbolsMarcoFalke
2018-12-21Merge #15013: test: Avoid race in p2p_timeoutsMarcoFalke
2018-12-21Merge #14811: Mining: Enforce that segwit option must be set in GBTMarcoFalke
2018-12-21test: Avoid racy test p2p_timeoutsMarcoFalke
2018-12-21Merge #15005: test: Bump timeout to run tests in travis thread sanitizerMarcoFalke
2018-12-21Merge #14653: rpcwallet: Add missing transaction categories to rpc helptextsMarcoFalke
2018-12-20test: Bump timeout to run tests in travis thread sanitizerMarcoFalke
2018-12-18rpc: Fix data race (UB) in InterruptRPC()practicalswift
2018-12-19Merge #14829: travis: Enable functional tests in the ThreadSanitizer (TSan) b...MarcoFalke
2018-12-18Add suppression for InterruptRPC (fRPCRunning) data racepracticalswift
2018-12-17Merge #14964: test: Fix race in mempool_acceptMarcoFalke
2018-12-17build: Enable functional tests in the ThreadSanitizer (TSan) build jobpracticalswift
2018-12-14test: Fix race in mempool_acceptMarcoFalke
2018-12-14Merge #14931: test: mempool_persist: Verify prioritization is dumped correctlyMarcoFalke
2018-12-14Merge #14951: Revert "tests: Support calling add_nodes more than once"MarcoFalke
2018-12-14lint/format-strings: Correctly exclude escaped percent symbolsLuke Dashjr
2018-12-13test: add_nodes can only be called once after set_test_paramsMarcoFalke
2018-12-13Merge #14947: scripts: Remove Python 2 import workaroundsMarcoFalke
2018-12-13Revert "tests: Support calling add_nodes more than once"MarcoFalke
2018-12-13Remove Python 2 import workaroundspracticalswift
2018-12-13Merge #14805: tests: Support calling add_nodes more than onceWladimir J. van der Laan
2018-12-13Merge #14926: test: consensus: Check that final transactions are validWladimir J. van der Laan
2018-12-13Merge #14884: Travis: enforce Python 3.4 support through linterWladimir J. van der Laan
2018-12-13Merge #14903: tests: Handle ImportError explicitly, improve comparisons again...Wladimir J. van der Laan
2018-12-12Overhaul importmulti logicPieter Wuille
2018-12-12[test] functional framework: add CScript hex() for Python 3.4Sjors Provoost
2018-12-12[test] Travis: enforce Python 3.4 support in functional testsSjors Provoost
2018-12-11test: mempool_persist: Verify prioritization is dumped correctlyMarcoFalke
2018-12-11test: pruning: Check that verifychain can be called when prunedMarcoFalke
2018-12-11Merge #14886: [tests] Refactor importmulti testsMarcoFalke
2018-12-11Merge #14857: wallet_keypool_topup.py: Test for all keypool address typesMarcoFalke
2018-12-11test: consensus: Check that final transactions are validMarcoFalke
2018-12-11test: Correctly deserialize without witnessMarcoFalke
2018-12-10[mining] segwit option must be set in GBTJohn Newbery
2018-12-10[tests] Add docstring for wallet_importmulti.pyJohn Newbery
2018-12-10[tests] add test_address method to wallet_import.pyJohn Newbery
2018-12-10[tests] add test_importmulti method to wallet_import.pyJohn Newbery
2018-12-10[tests] add get_multisig function to wallet_importmulti.pyJohn Newbery
2018-12-10[tests] add get_key function to wallet_importmulti.pyJohn Newbery
2018-12-10Add E711 to flake8 checkDaniel Ingram