|
|
@ -60,16 +60,16 @@ BASE_SCRIPTS= [ |
|
|
|
# vv Tests less than 5m vv |
|
|
|
# vv Tests less than 5m vv |
|
|
|
'feature_block.py', |
|
|
|
'feature_block.py', |
|
|
|
'fundrawtransaction.py', |
|
|
|
'fundrawtransaction.py', |
|
|
|
'p2p-compactblocks.py', |
|
|
|
'p2p_compactblocks.py', |
|
|
|
'feature_segwit.py', |
|
|
|
'feature_segwit.py', |
|
|
|
# vv Tests less than 2m vv |
|
|
|
# vv Tests less than 2m vv |
|
|
|
'wallet_basic.py', |
|
|
|
'wallet_basic.py', |
|
|
|
'wallet_accounts.py', |
|
|
|
'wallet_accounts.py', |
|
|
|
'p2p-segwit.py', |
|
|
|
'p2p_segwit.py', |
|
|
|
'wallet_dump.py', |
|
|
|
'wallet_dump.py', |
|
|
|
'listtransactions.py', |
|
|
|
'listtransactions.py', |
|
|
|
# vv Tests less than 60s vv |
|
|
|
# vv Tests less than 60s vv |
|
|
|
'sendheaders.py', |
|
|
|
'p2p_sendheaders.py', |
|
|
|
'wallet_zapwallettxes.py', |
|
|
|
'wallet_zapwallettxes.py', |
|
|
|
'wallet_importmulti.py', |
|
|
|
'wallet_importmulti.py', |
|
|
|
'mempool_limit.py', |
|
|
|
'mempool_limit.py', |
|
|
@ -99,17 +99,17 @@ BASE_SCRIPTS= [ |
|
|
|
'multi_rpc.py', |
|
|
|
'multi_rpc.py', |
|
|
|
'feature_proxy.py', |
|
|
|
'feature_proxy.py', |
|
|
|
'signrawtransactions.py', |
|
|
|
'signrawtransactions.py', |
|
|
|
'disconnect_ban.py', |
|
|
|
'p2p_disconnect_ban.py', |
|
|
|
'decodescript.py', |
|
|
|
'decodescript.py', |
|
|
|
'blockchain.py', |
|
|
|
'blockchain.py', |
|
|
|
'deprecated_rpc.py', |
|
|
|
'deprecated_rpc.py', |
|
|
|
'wallet_disable.py', |
|
|
|
'wallet_disable.py', |
|
|
|
'net.py', |
|
|
|
'net.py', |
|
|
|
'wallet_keypool.py', |
|
|
|
'wallet_keypool.py', |
|
|
|
'p2p-mempool.py', |
|
|
|
'p2p_mempool.py', |
|
|
|
'prioritise_transaction.py', |
|
|
|
'prioritise_transaction.py', |
|
|
|
'invalidblockrequest.py', |
|
|
|
'p2p_invalid_block.py', |
|
|
|
'invalidtxrequest.py', |
|
|
|
'p2p_invalid_tx.py', |
|
|
|
'feature_versionbits_warning.py', |
|
|
|
'feature_versionbits_warning.py', |
|
|
|
'preciousblock.py', |
|
|
|
'preciousblock.py', |
|
|
|
'wallet_importprunedfunds.py', |
|
|
|
'wallet_importprunedfunds.py', |
|
|
@ -120,18 +120,18 @@ BASE_SCRIPTS= [ |
|
|
|
'wallet_bumpfee.py', |
|
|
|
'wallet_bumpfee.py', |
|
|
|
'rpcnamedargs.py', |
|
|
|
'rpcnamedargs.py', |
|
|
|
'wallet_listsinceblock.py', |
|
|
|
'wallet_listsinceblock.py', |
|
|
|
'p2p-leaktests.py', |
|
|
|
'p2p_leak.py', |
|
|
|
'wallet_encryption.py', |
|
|
|
'wallet_encryption.py', |
|
|
|
'feature_dersig.py', |
|
|
|
'feature_dersig.py', |
|
|
|
'feature_cltv.py', |
|
|
|
'feature_cltv.py', |
|
|
|
'uptime.py', |
|
|
|
'uptime.py', |
|
|
|
'wallet_resendwallettransactions.py', |
|
|
|
'wallet_resendwallettransactions.py', |
|
|
|
'feature_minchainwork.py', |
|
|
|
'feature_minchainwork.py', |
|
|
|
'p2p-fingerprint.py', |
|
|
|
'p2p_fingerprint.py', |
|
|
|
'feature_uacomment.py', |
|
|
|
'feature_uacomment.py', |
|
|
|
'p2p-acceptblock.py', |
|
|
|
'p2p_unrequested_blocks.py', |
|
|
|
'feature_logging.py', |
|
|
|
'feature_logging.py', |
|
|
|
'node_network_limited.py', |
|
|
|
'p2p_node_network_limited.py', |
|
|
|
'feature_config_args.py', |
|
|
|
'feature_config_args.py', |
|
|
|
# Don't append tests at the end to avoid merge conflicts |
|
|
|
# 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 |
|
|
|
# Put them in a random line within the section that fits their approximate run-time |
|
|
@ -150,10 +150,10 @@ EXTENDED_SCRIPTS = [ |
|
|
|
# vv Tests less than 2m vv |
|
|
|
# vv Tests less than 2m vv |
|
|
|
'feature_bip68_sequence.py', |
|
|
|
'feature_bip68_sequence.py', |
|
|
|
'getblocktemplate_longpoll.py', |
|
|
|
'getblocktemplate_longpoll.py', |
|
|
|
'p2p-timeouts.py', |
|
|
|
'p2p_timeouts.py', |
|
|
|
# vv Tests less than 60s vv |
|
|
|
# vv Tests less than 60s vv |
|
|
|
'feature_bip9_softforks.py', |
|
|
|
'feature_bip9_softforks.py', |
|
|
|
'p2p-feefilter.py', |
|
|
|
'p2p_feefilter.py', |
|
|
|
'rpcbind_test.py', |
|
|
|
'rpcbind_test.py', |
|
|
|
# vv Tests less than 30s vv |
|
|
|
# vv Tests less than 30s vv |
|
|
|
'feature_assumevalid.py', |
|
|
|
'feature_assumevalid.py', |
|
|
@ -474,7 +474,7 @@ class TestResult(): |
|
|
|
def check_script_prefixes(): |
|
|
|
def check_script_prefixes(): |
|
|
|
"""Check that no more than `EXPECTED_VIOLATION_COUNT` of the |
|
|
|
"""Check that no more than `EXPECTED_VIOLATION_COUNT` of the |
|
|
|
test scripts don't start with one of the allowed name prefixes.""" |
|
|
|
test scripts don't start with one of the allowed name prefixes.""" |
|
|
|
EXPECTED_VIOLATION_COUNT = 37 |
|
|
|
EXPECTED_VIOLATION_COUNT = 24 |
|
|
|
|
|
|
|
|
|
|
|
# LEEWAY is provided as a transition measure, so that pull-requests |
|
|
|
# LEEWAY is provided as a transition measure, so that pull-requests |
|
|
|
# that introduce new tests that don't conform with the naming |
|
|
|
# that introduce new tests that don't conform with the naming |
|
|
|