forked from near/nearcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexpensive.txt
235 lines (220 loc) · 27.6 KB
/
expensive.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
# catchup tests
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_receipts_sync_third_epoch
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_receipts_sync_third_epoch --features nightly
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_receipts_sync_last_block
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_receipts_sync_last_block --features nightly
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_receipts_sync_distant_epoch
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_receipts_sync_distant_epoch --features nightly
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_random_single_part_sync
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_random_single_part_sync --features nightly
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_random_single_part_sync_skip_15
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_random_single_part_sync_skip_15 --features nightly
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_random_single_part_sync_send_15
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_random_single_part_sync_send_15 --features nightly
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_random_single_part_sync_non_zero_amounts
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_random_single_part_sync_non_zero_amounts --features nightly
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_random_single_part_sync_height_6
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_random_single_part_sync_height_6 --features nightly
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_sanity_blocks_produced
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_sanity_blocks_produced --features nightly
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_receipts_sync_hold
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_catchup_receipts_sync_hold --features nightly
expensive integration-tests integration_tests tests::test_catchup::ultra_slow_test_catchup
expensive integration-tests integration_tests tests::test_catchup::ultra_slow_test_catchup --features nightly
# cross-shard transactions tests
# TODO(#4618): Those tests are currently broken. Comment out while we’re
# working on a fix / deciding whether to remove them.
# expensive --timeout=3000 near-client near_client tests::cross_shard_tx::ultra_slow_test_cross_shard_tx
# expensive --timeout=3000 near-client near_client tests::cross_shard_tx::ultra_slow_test_cross_shard_tx --features nightly
expensive --timeout=3000 near-client near_client tests::cross_shard_tx::ultra_slow_test_cross_shard_tx_doomslug
expensive --timeout=3000 near-client near_client tests::cross_shard_tx::ultra_slow_test_cross_shard_tx_doomslug --features nightly
expensive --timeout=3000 near-client near_client tests::cross_shard_tx::ultra_slow_test_cross_shard_tx_drop_chunks
expensive --timeout=3000 near-client near_client tests::cross_shard_tx::ultra_slow_test_cross_shard_tx_drop_chunks --features nightly
# TODO(#4618): Those tests are currently broken. Comment out while we’re
# working on a fix / deciding whether to remove them.
# expensive --timeout=5400 near-client near_client tests::cross_shard_tx::ultra_slow_test_cross_shard_tx_with_validator_rotation_1
# expensive --timeout=5400 near-client near_client tests::cross_shard_tx::ultra_slow_test_cross_shard_tx_with_validator_rotation_1 --features nightly
# expensive --timeout=5400 near-client near_client tests::cross_shard_tx::ultra_slow_test_cross_shard_tx_with_validator_rotation_2
# expensive --timeout=5400 near-client near_client tests::cross_shard_tx::ultra_slow_test_cross_shard_tx_with_validator_rotation_2 --features nightly
# expensive --timeout=4800 near-client near_client tests::cross_shard_tx::ultra_slow_test_cross_shard_tx_8_iterations
# expensive --timeout=4800 near-client near_client tests::cross_shard_tx::ultra_slow_test_cross_shard_tx_8_iterations_drop_chunks
# consensus tests
expensive --timeout=3000 near-chain near_chain tests::doomslug::ultra_slow_test_fuzzy_doomslug_liveness_and_safety
expensive --timeout=3000 near-chain near_chain tests::doomslug::ultra_slow_test_fuzzy_doomslug_liveness_and_safety --features nightly
expensive --timeout=500 near-client near_client tests::consensus::ultra_slow_test_consensus_with_epoch_switches
expensive --timeout=500 near-client near_client tests::consensus::ultra_slow_test_consensus_with_epoch_switches --features nightly
# testnet rpc
expensive integration-tests integration_tests tests::test_tps_regression::ultra_slow_test_highload
expensive integration-tests integration_tests tests::test_tps_regression::ultra_slow_test_highload --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_access_key_smart_contract_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_access_key_smart_contract_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_add_access_key_function_call_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_add_access_key_function_call_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_add_access_key_with_allowance_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_add_access_key_with_allowance_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_add_existing_key_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_add_existing_key_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_add_key_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_add_key_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_create_account_again_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_create_account_again_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_create_account_failure_already_exists_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_create_account_failure_already_exists_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_create_account_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_create_account_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_delete_access_key_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_delete_access_key_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_delete_access_key_with_allowance_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_delete_access_key_with_allowance_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_delete_key_last_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_delete_key_last_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_delete_key_not_owned_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_delete_key_not_owned_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_delete_key_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_delete_key_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_nonce_update_when_deploying_contract_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_nonce_update_when_deploying_contract_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_nonce_updated_when_tx_failed_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_nonce_updated_when_tx_failed_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_redeploy_contract_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_redeploy_contract_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_refund_on_send_money_to_non_existent_account_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_refund_on_send_money_to_non_existent_account_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_send_money_over_balance_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_send_money_over_balance_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_send_money_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_send_money_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_smart_contract_bad_method_name_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_smart_contract_bad_method_name_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_smart_contract_empty_method_name_with_no_tokens_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_smart_contract_empty_method_name_with_no_tokens_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_smart_contract_empty_method_name_with_tokens_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_smart_contract_empty_method_name_with_tokens_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_smart_contract_self_call_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_smart_contract_self_call_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_smart_contract_simple_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_smart_contract_simple_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_smart_contract_with_args_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_smart_contract_with_args_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_swap_key_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_swap_key_testnet --features nightly
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_upload_contract_testnet
expensive integration-tests integration_tests tests::standard_cases::rpc::ultra_slow_test_upload_contract_testnet --features nightly
# GC tests
expensive --timeout=900 near-chain near_chain tests::garbage_collection::ultra_slow_test_gc_remove_fork_large
expensive --timeout=900 near-chain near_chain tests::garbage_collection::ultra_slow_test_gc_remove_fork_large --features nightly
expensive --timeout=1200 near-chain near_chain tests::garbage_collection::ultra_slow_test_gc_not_remove_fork_large
expensive --timeout=1200 near-chain near_chain tests::garbage_collection::ultra_slow_test_gc_not_remove_fork_large --features nightly
expensive --timeout=1200 near-chain near_chain tests::garbage_collection::ultra_slow_test_gc_boundaries_large
expensive --timeout=1200 near-chain near_chain tests::garbage_collection::ultra_slow_test_gc_boundaries_large --features nightly
expensive --timeout=900 near-chain near_chain tests::garbage_collection::ultra_slow_test_gc_random_large
expensive --timeout=900 near-chain near_chain tests::garbage_collection::ultra_slow_test_gc_random_large --features nightly
expensive --timeout=600 near-chain near_chain tests::garbage_collection::ultra_slow_test_gc_pine
expensive --timeout=600 near-chain near_chain tests::garbage_collection::ultra_slow_test_gc_pine --features nightly
expensive --timeout=700 near-chain near_chain tests::garbage_collection::ultra_slow_test_gc_star_large
expensive --timeout=700 near-chain near_chain tests::garbage_collection::ultra_slow_test_gc_star_large --features nightly
expensive --timeout=1200 integration-tests integration_tests tests::client::block_corruption::ultra_slow_test_check_process_flipped_block_fails
expensive --timeout=1200 integration-tests integration_tests tests::client::block_corruption::ultra_slow_test_check_process_flipped_block_fails --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_recovered_from_full
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_recovered_from_full --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_recovered_from_full_cop
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_recovered_from_full_cop --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_recovered_from_full_timeout_too_short
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_recovered_from_full_timeout_too_short --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_recovered_from_full_timeout_too_short_cop
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_recovered_from_full_timeout_too_short_cop --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_recovered_from_others
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_recovered_from_others --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_recovered_from_others_cop
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_recovered_from_others_cop --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_2_vals_per_shard
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_2_vals_per_shard --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_one_val_per_shard
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_one_val_per_shard --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_chunk_distribution_network_disabled
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_chunk_distribution_network_disabled --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_chunk_distribution_network_wrong_urls
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_chunk_distribution_network_wrong_urls --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_chunk_distribution_network_incorrect_get_return
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_chunk_distribution_network_incorrect_get_return --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_2_vals_per_shard_should_succeed_even_without_forwarding
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_2_vals_per_shard_should_succeed_even_without_forwarding --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_one_val_per_shard_should_succeed_even_without_forwarding
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_one_val_per_shard_should_succeed_even_without_forwarding --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_one_val_shard_cop
expensive integration-tests integration_tests tests::client::chunks_management::ultra_slow_test_chunks_produced_and_distributed_one_val_shard_cop --features nightly
expensive integration-tests integration_tests tests::client::process_blocks::ultra_slow_test_gc_after_state_sync
expensive integration-tests integration_tests tests::client::process_blocks::ultra_slow_test_gc_after_state_sync --features nightly
expensive integration-tests integration_tests tests::client::process_blocks::ultra_slow_test_process_block_after_state_sync
expensive integration-tests integration_tests tests::client::process_blocks::ultra_slow_test_process_block_after_state_sync --features nightly
expensive integration-tests integration_tests tests::client::sync_state_nodes::ultra_slow_test_sync_state_dump
expensive integration-tests integration_tests tests::client::sync_state_nodes::ultra_slow_test_sync_state_dump --features nightly
expensive integration-tests integration_tests tests::client::sync_state_nodes::ultra_slow_test_sync_state_nodes
expensive integration-tests integration_tests tests::client::sync_state_nodes::ultra_slow_test_sync_state_nodes --features nightly
expensive integration-tests integration_tests tests::client::sync_state_nodes::ultra_slow_test_sync_state_nodes_multishard
expensive integration-tests integration_tests tests::client::sync_state_nodes::ultra_slow_test_sync_state_nodes_multishard --features nightly
expensive integration-tests integration_tests tests::client::sync_state_nodes::ultra_slow_test_dump_epoch_missing_chunk_in_last_block
expensive integration-tests integration_tests tests::client::sync_state_nodes::ultra_slow_test_dump_epoch_missing_chunk_in_last_block --features nightly
# other tests
expensive --timeout=300 near-chain near_chain tests::garbage_collection::ultra_slow_test_clear_old_data_too_many_heights
expensive integration-tests integration_tests tests::test_simple::ultra_slow_test_2_10_multiple_nodes
expensive integration-tests integration_tests tests::test_simple::ultra_slow_test_2_10_multiple_nodes --features nightly
expensive integration-tests integration_tests tests::test_simple::ultra_slow_test_4_10_multiple_nodes
expensive integration-tests integration_tests tests::test_simple::ultra_slow_test_4_10_multiple_nodes --features nightly
expensive integration-tests integration_tests tests::test_simple::ultra_slow_test_7_10_multiple_nodes
expensive integration-tests integration_tests tests::test_simple::ultra_slow_test_7_10_multiple_nodes --features nightly
expensive integration-tests integration_tests tests::nearcore::sync_nodes::ultra_slow_test_sync_state_stake_change
expensive integration-tests integration_tests tests::nearcore::sync_nodes::ultra_slow_test_sync_state_stake_change --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_block_unknown_block_error
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_block_unknown_block_error --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_chunk_unknown_chunk_error
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_chunk_unknown_chunk_error --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_gas_price_unknown_block_error
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_gas_price_unknown_block_error --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_protocol_config_unknown_block_error
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_protocol_config_unknown_block_error --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_query_rpc_account_view_unknown_block_must_return_error
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_query_rpc_account_view_unknown_block_must_return_error --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_receipt_id_unknown_receipt_error
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_receipt_id_unknown_receipt_error --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_tx_invalid_tx_error
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::ultra_slow_test_tx_invalid_tx_error --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_tx_status_on_lightclient_must_return_does_not_track_shard
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_tx_status_on_lightclient_must_return_does_not_track_shard --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_check_unknown_tx_must_return_error
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_check_unknown_tx_must_return_error --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_get_execution_outcome_tx_failure
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_get_execution_outcome_tx_failure --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_get_execution_outcome_tx_success
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_get_execution_outcome_tx_success --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_get_validator_info_rpc
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_get_validator_info_rpc --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_protocol_config_rpc
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_protocol_config_rpc --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_query_rpc_account_view_account_doesnt_exist_must_return_error
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_query_rpc_account_view_account_doesnt_exist_must_return_error --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_query_rpc_account_view_must_succeed
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_query_rpc_account_view_must_succeed --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_tx_not_enough_balance_must_return_error
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_tx_not_enough_balance_must_return_error --features nightly
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_validators_by_epoch_id_current_epoch_not_fails
expensive integration-tests integration_tests tests::nearcore::rpc_nodes::ultra_slow_test_validators_by_epoch_id_current_epoch_not_fails --features nightly
expensive integration-tests integration_tests tests::nearcore::run_nodes::ultra_slow_test_run_nodes_1_2_1
expensive integration-tests integration_tests tests::nearcore::run_nodes::ultra_slow_test_run_nodes_1_2_1 --features nightly
expensive integration-tests integration_tests tests::nearcore::run_nodes::ultra_slow_test_run_nodes_1_2_2
expensive integration-tests integration_tests tests::nearcore::run_nodes::ultra_slow_test_run_nodes_1_2_2 --features nightly
expensive integration-tests integration_tests tests::nearcore::run_nodes::ultra_slow_test_run_nodes_1_4_4
expensive integration-tests integration_tests tests::nearcore::run_nodes::ultra_slow_test_run_nodes_1_4_4 --features nightly
expensive integration-tests integration_tests tests::nearcore::run_nodes::ultra_slow_test_run_nodes_4_4_2
expensive integration-tests integration_tests tests::nearcore::run_nodes::ultra_slow_test_run_nodes_4_4_2 --features nightly
expensive integration-tests integration_tests tests::nearcore::stake_nodes::ultra_slow_test_inflation
expensive integration-tests integration_tests tests::nearcore::stake_nodes::ultra_slow_test_inflation --features nightly
expensive integration-tests integration_tests tests::nearcore::stake_nodes::ultra_slow_test_stake_nodes
expensive integration-tests integration_tests tests::nearcore::stake_nodes::ultra_slow_test_stake_nodes --features nightly
expensive integration-tests integration_tests tests::nearcore::stake_nodes::ultra_slow_test_validator_join
expensive integration-tests integration_tests tests::nearcore::stake_nodes::ultra_slow_test_validator_join --features nightly
expensive integration-tests integration_tests tests::nearcore::stake_nodes::ultra_slow_test_validator_kickout
expensive integration-tests integration_tests tests::nearcore::stake_nodes::ultra_slow_test_validator_kickout --features nightly
expensive integration-tests integration_tests tests::nearcore::track_shards::ultra_slow_test_track_shards
expensive integration-tests integration_tests tests::nearcore::track_shards::ultra_slow_test_track_shards --features nightly
expensive --timeout=1800 estimator-warehouse estimator_warehouse tests::ultra_slow_test_full_estimator