|
58 | 58 | BASE_SCRIPTS = [ |
59 | 59 | # Scripts that are run by the travis build process. |
60 | 60 | # 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', |
61 | 66 | 'wallet_hd.py', |
62 | 67 | 'wallet_backup.py', |
63 | 68 | # vv Tests less than 5m vv |
|
68 | 73 | # vv Tests less than 2m vv |
69 | 74 | 'wallet_basic.py', |
70 | 75 | 'wallet_labels.py', |
| 76 | + 'p2p_feefilter.py', |
71 | 77 | 'p2p_segwit.py', |
72 | 78 | 'wallet_dump.py', |
73 | 79 | 'wallet_listtransactions.py', |
|
112 | 118 | 'rpc_deprecated.py', |
113 | 119 | 'wallet_disable.py', |
114 | 120 | 'rpc_net.py', |
| 121 | + 'example_test.py', |
115 | 122 | 'wallet_keypool.py', |
116 | 123 | 'p2p_mempool.py', |
117 | 124 | 'mining_prioritisetransaction.py', |
118 | 125 | 'p2p_invalid_locator.py', |
119 | 126 | 'p2p_invalid_block.py', |
| 127 | + 'feature_bip68_sequence.py', |
120 | 128 | 'p2p_invalid_tx.py', |
121 | 129 | 'rpc_createmultisig.py', |
122 | 130 | 'feature_versionbits_warning.py', |
123 | 131 | 'rpc_preciousblock.py', |
| 132 | + 'feature_assumevalid.py', |
124 | 133 | 'wallet_importprunedfunds.py', |
125 | 134 | 'rpc_zmq.py', |
126 | 135 | 'rpc_signmessage.py', |
|
130 | 139 | 'rpc_bind.py --ipv4', |
131 | 140 | 'rpc_bind.py --ipv6', |
132 | 141 | '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', |
133 | 147 | 'mining_basic.py', |
134 | 148 | 'wallet_bumpfee.py', |
135 | 149 | 'rpc_named_arguments.py', |
|
164 | 178 | # These tests are not run by the travis build process. |
165 | 179 | # Longest test should go first, to favor running tests in parallel |
166 | 180 | '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', |
172 | 181 | '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' |
188 | 182 | ] |
189 | 183 |
|
190 | 184 | # Place EXTENDED_SCRIPTS first since it has the 3 longest running tests |
|
0 commit comments