aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2021-05-13 19:33:08 +0200
committerFabian Jahr <fjahr@protonmail.com>2022-04-25 23:22:00 +0200
commit71c3f0356c01521a95c64fba1e7375aea6286bb0 (patch)
tree6ff42cb04ec367c5d2f570e50643b816abd514c0 /test
parentde08932efa953e9a237cbf879460488ad8947411 (diff)
downloadbitcoin-71c3f0356c01521a95c64fba1e7375aea6286bb0.tar.xz
move-only: Rename index + pruning functional test
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/feature_index_prune.py (renamed from test/functional/feature_blockfilterindex_prune.py)0
-rwxr-xr-xtest/functional/test_runner.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_blockfilterindex_prune.py b/test/functional/feature_index_prune.py
index 2bf57db923..2bf57db923 100755
--- a/test/functional/feature_blockfilterindex_prune.py
+++ b/test/functional/feature_index_prune.py
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index a3c938ae26..ee8053984d 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -82,6 +82,7 @@ EXTENDED_SCRIPTS = [
# Longest test should go first, to favor running tests in parallel
'feature_pruning.py',
'feature_dbcrash.py',
+ 'feature_index_prune.py',
]
BASE_SCRIPTS = [
@@ -332,7 +333,6 @@ BASE_SCRIPTS = [
'feature_help.py',
'feature_shutdown.py',
'p2p_ibd_txrelay.py',
- 'feature_blockfilterindex_prune.py'
# Don't append tests at the end to avoid merge conflicts
# Put them in a random line within the section that fits their approximate run-time
]