diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-04-29 12:07:05 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-04-29 12:07:13 -0400 |
commit | 978c5a212240fd03af13d6f72ba3c27da6298f61 (patch) | |
tree | 83e7119e16800efb86170efd7eea67c99d728a28 /test/functional/test_runner.py | |
parent | ab91a0e0fc6e6be491e7df743fbfc56449ced451 (diff) | |
parent | 8098dea06944f9de8b285f44958eb98761f133ee (diff) |
Merge #18485: test: Add mempool_updatefromblock.py
8098dea06944f9de8b285f44958eb98761f133ee test: Add mempool_updatefromblock.py (Hennadii Stepanov)
Pull request description:
This PR adds a new test for mempool update of transaction descendants/ancestors information (count, size) when transactions have been re-added from a disconnected block to the mempool.
It could be helpful for working on PRs like #17925, #18191.
ACKs for top commit:
ariard:
ACK 8098dea
Tree-SHA512: 7e808fa8df8d7d7a7dbdc3f79361049b49c7bce9b58fd5539b28c9636bedac747695537e500d7ed68dc8bdb80167ad3f1c01086f7551691405d2ba2e38ef1d06
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 344df368a8..6f5f61de2c 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -93,6 +93,7 @@ BASE_SCRIPTS = [ 'p2p_segwit.py', 'p2p_timeouts.py', 'p2p_tx_download.py', + 'mempool_updatefromblock.py', 'wallet_dump.py', 'wallet_listtransactions.py', # vv Tests less than 60s vv |