aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
author0xb10c <0xb10c@gmail.com>2020-02-18 00:28:06 +0100
committer0xb10c <0xb10c@gmail.com>2020-02-19 10:03:48 +0100
commitd6d2602a32251c1017da88b47c801b7283c66ce3 (patch)
treed8409904bbf308f7916ddf20a90ecc206678b750 /test/functional/test_runner.py
parent68e841e0af223a220d1f037e4c5680c1b228aa3e (diff)
downloadbitcoin-d6d2602a32251c1017da88b47c801b7283c66ce3.tar.xz
add: test that transactions expire from mempool
This tests that a mempool transaction expires after a given timeout and its children are removed as well. Both the default expiry timeout defied by DEFAULT_MEMPOOL_EXPIRY and a user definable expiry timeout via the -mempoolexpiry=<n> command line argument (<n> is the timeout in hours) are tested.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index ea8a340081..06d939afb7 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -175,6 +175,7 @@ BASE_SCRIPTS = [
'wallet_balance.py',
'feature_nulldummy.py',
'mempool_accept.py',
+ 'mempool_expiry.py',
'wallet_import_rescan.py',
'wallet_import_with_label.py',
'rpc_bind.py --ipv4',