|
93 | 93 | BASE_SCRIPTS = [ |
94 | 94 | # Scripts that are run by default. |
95 | 95 | # Longest test should go first, to favor running tests in parallel |
96 | | - 'feature_dip3_deterministicmns.py --legacy-wallet', # NOTE: needs dash_hash to pass |
97 | | - 'feature_dip3_deterministicmns.py --descriptors', # NOTE: needs dash_hash to pass |
98 | 96 | 'feature_llmq_data_recovery.py', |
99 | 97 | 'wallet_hd.py --legacy-wallet', |
100 | 98 | 'wallet_hd.py --descriptors', |
|
122 | 120 | 'wallet_dump.py --legacy-wallet', |
123 | 121 | 'feature_multikeysporks.py', |
124 | 122 | 'feature_dip3_v19.py', |
| 123 | + 'feature_asset_locks.py', # NOTE: needs dash_hash to pass |
| 124 | + 'feature_llmq_connections.py', # NOTE: needs dash_hash to pass |
| 125 | + 'feature_llmq_is_retroactive.py', # NOTE: needs dash_hash to pass |
| 126 | + 'feature_llmq_chainlocks.py', # NOTE: needs dash_hash to pass |
| 127 | + 'feature_llmq_simplepose.py', # NOTE: needs dash_hash to pass |
| 128 | + 'feature_dip3_deterministicmns.py --legacy-wallet', # NOTE: needs dash_hash to pass |
| 129 | + 'feature_dip3_deterministicmns.py --descriptors', # NOTE: needs dash_hash to pass |
125 | 130 | 'feature_llmq_signing.py', # NOTE: needs dash_hash to pass |
126 | 131 | 'feature_llmq_signing.py --spork21', # NOTE: needs dash_hash to pass |
127 | | - 'feature_llmq_chainlocks.py', # NOTE: needs dash_hash to pass |
128 | 132 | 'feature_llmq_rotation.py', # NOTE: needs dash_hash to pass |
129 | | - 'feature_llmq_connections.py', # NOTE: needs dash_hash to pass |
130 | 133 | 'feature_llmq_evo.py', # NOTE: needs dash_hash to pass |
131 | | - 'feature_llmq_simplepose.py', # NOTE: needs dash_hash to pass |
132 | 134 | 'feature_llmq_is_cl_conflicts.py', # NOTE: needs dash_hash to pass |
133 | | - 'feature_llmq_is_retroactive.py', # NOTE: needs dash_hash to pass |
134 | 135 | 'feature_llmq_dkgerrors.py', # NOTE: needs dash_hash to pass |
135 | 136 | 'feature_dip4_coinbasemerkleroots.py', # NOTE: needs dash_hash to pass |
136 | | - 'feature_asset_locks.py', # NOTE: needs dash_hash to pass |
137 | 137 | 'feature_mnehf.py', # NOTE: needs dash_hash to pass |
138 | 138 | 'feature_governance.py --legacy-wallet', |
139 | 139 | 'feature_governance.py --descriptors', |
140 | 140 | 'feature_governance_cl.py --legacy-wallet', |
141 | 141 | 'feature_governance_cl.py --descriptors', |
| 142 | + 'rpc_verifyislock.py', |
| 143 | + 'feature_notifications.py', |
142 | 144 | # vv Tests less than 60s vv |
143 | 145 | 'p2p_sendheaders.py', # NOTE: needs dash_hash to pass |
144 | 146 | 'p2p_sendheaders_compressed.py', # NOTE: needs dash_hash to pass |
|
252 | 254 | 'feature_backwards_compatibility.py --legacy-wallet', |
253 | 255 | 'feature_backwards_compatibility.py --descriptors', |
254 | 256 | 'wallet_txn_clone.py --mineblock', |
255 | | - 'feature_notifications.py', |
256 | 257 | 'rpc_getblockfilter.py', |
257 | 258 | 'rpc_getblockfrompeer.py', |
258 | 259 | 'rpc_invalidateblock.py', |
|
330 | 331 | 'rpc_coinjoin.py', |
331 | 332 | 'rpc_masternode.py', |
332 | 333 | 'rpc_mnauth.py', |
333 | | - 'rpc_verifyislock.py', |
334 | 334 | 'rpc_verifychainlock.py', |
335 | 335 | 'wallet_create_tx.py --legacy-wallet', |
336 | 336 | 'wallet_send.py --legacy-wallet', |
|
0 commit comments