Skip to content

Commit 0272fb7

Browse files
committed
Merge #456: [0.17] move most extended tests to normal
32f1bf2 move most extended tests to normal (Gregory Sanders)
2 parents 48e3e95 + 32f1bf2 commit 0272fb7

File tree

1 file changed

+14
-20
lines changed

1 file changed

+14
-20
lines changed

test/functional/test_runner.py

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
BASE_SCRIPTS = [
5959
# Scripts that are run by the travis build process.
6060
# Longest test should go first, to favor running tests in parallel
61+
'mempool_packages.py',
62+
'feature_maxuploadtarget.py',
63+
'p2p_timeouts.py',
64+
'mining_getblocktemplate_longpoll.py',
65+
'feature_fee_estimation.py',
6166
'wallet_hd.py',
6267
'wallet_backup.py',
6368
# vv Tests less than 5m vv
@@ -68,6 +73,7 @@
6873
# vv Tests less than 2m vv
6974
'wallet_basic.py',
7075
'wallet_labels.py',
76+
'p2p_feefilter.py',
7177
'p2p_segwit.py',
7278
'wallet_dump.py',
7379
'wallet_listtransactions.py',
@@ -112,15 +118,18 @@
112118
'rpc_deprecated.py',
113119
'wallet_disable.py',
114120
'rpc_net.py',
121+
'example_test.py',
115122
'wallet_keypool.py',
116123
'p2p_mempool.py',
117124
'mining_prioritisetransaction.py',
118125
'p2p_invalid_locator.py',
119126
'p2p_invalid_block.py',
127+
'feature_bip68_sequence.py',
120128
'p2p_invalid_tx.py',
121129
'rpc_createmultisig.py',
122130
'feature_versionbits_warning.py',
123131
'rpc_preciousblock.py',
132+
'feature_assumevalid.py',
124133
'wallet_importprunedfunds.py',
125134
'rpc_zmq.py',
126135
'rpc_signmessage.py',
@@ -130,6 +139,11 @@
130139
'rpc_bind.py --ipv4',
131140
'rpc_bind.py --ipv6',
132141
'rpc_bind.py --nonloopback',
142+
'wallet_txn_doublespend.py',
143+
'wallet_txn_clone.py --mineblock',
144+
'feature_notifications.py',
145+
'rpc_invalidateblock.py',
146+
'feature_rbf.py',
133147
'mining_basic.py',
134148
'wallet_bumpfee.py',
135149
'rpc_named_arguments.py',
@@ -164,27 +178,7 @@
164178
# These tests are not run by the travis build process.
165179
# Longest test should go first, to favor running tests in parallel
166180
'feature_pruning.py',
167-
# vv Tests less than 20m vv
168-
'feature_fee_estimation.py',
169-
# vv Tests less than 5m vv
170-
'feature_maxuploadtarget.py',
171-
'mempool_packages.py',
172181
'feature_dbcrash.py',
173-
# vv Tests less than 2m vv
174-
'feature_bip68_sequence.py',
175-
'mining_getblocktemplate_longpoll.py',
176-
'p2p_timeouts.py',
177-
# vv Tests less than 60s vv
178-
'p2p_feefilter.py',
179-
# vv Tests less than 30s vv
180-
'feature_assumevalid.py',
181-
'example_test.py',
182-
'wallet_txn_doublespend.py',
183-
'wallet_txn_clone.py --mineblock',
184-
'feature_notifications.py',
185-
'rpc_invalidateblock.py',
186-
'feature_rbf.py',
187-
'feature_connect_coinbase.py'
188182
]
189183

190184
# Place EXTENDED_SCRIPTS first since it has the 3 longest running tests

0 commit comments

Comments
 (0)