mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
Merge bitcoin/bitcoin#30879: test: re-bucket long-running tests
Some checks failed
Some checks failed
f5a2000579
test: re-bucket long-running tests (willcl-ark) Pull request description: Re-bucket: - `p2p_node_network_limited -v*transport` - `feature_assume_utxo` On CI runners these tests are taking longer than their current bucket suggests, often being among the last to finish. Re-bucket them to improve CI efficiency. ACKs for top commit: maflcko: review ACKf5a2000579
Tree-SHA512: 3da5c888db64a311276338270ba1dcad3eb2a24e205f6bb86fc92f767ecfa63682f13fafffff569fa0cfaea607ccb538f31e3934a086d482c3fe1be5d39f8791
This commit is contained in:
commit
d812cf1189
1 changed files with 3 additions and 3 deletions
|
@ -96,10 +96,13 @@ BASE_SCRIPTS = [
|
|||
'feature_fee_estimation.py',
|
||||
'feature_taproot.py',
|
||||
'feature_block.py',
|
||||
'p2p_node_network_limited.py --v1transport',
|
||||
'p2p_node_network_limited.py --v2transport',
|
||||
# vv Tests less than 2m vv
|
||||
'mining_getblocktemplate_longpoll.py',
|
||||
'p2p_segwit.py',
|
||||
'feature_maxuploadtarget.py',
|
||||
'feature_assumeutxo.py',
|
||||
'mempool_updatefromblock.py',
|
||||
'mempool_persist.py --descriptors',
|
||||
# vv Tests less than 60s vv
|
||||
|
@ -354,7 +357,6 @@ BASE_SCRIPTS = [
|
|||
'wallet_coinbase_category.py --descriptors',
|
||||
'feature_filelock.py',
|
||||
'feature_loadblock.py',
|
||||
'feature_assumeutxo.py',
|
||||
'wallet_assumeutxo.py --descriptors',
|
||||
'p2p_dos_header_tree.py',
|
||||
'p2p_add_connections.py',
|
||||
|
@ -385,8 +387,6 @@ BASE_SCRIPTS = [
|
|||
'feature_coinstatsindex.py',
|
||||
'wallet_orphanedreward.py',
|
||||
'wallet_timelock.py',
|
||||
'p2p_node_network_limited.py --v1transport',
|
||||
'p2p_node_network_limited.py --v2transport',
|
||||
'p2p_permissions.py',
|
||||
'feature_blocksdir.py',
|
||||
'wallet_startup.py',
|
||||
|
|
Loading…
Reference in a new issue