Skip to content

Commit

Permalink
fix(state-sync): integration tests moved (#10062)
Browse files Browse the repository at this point in the history
Tests were moved without updating the list. Nayduck was trying to pick
them up from the wrong location.
  • Loading branch information
VanBarbascu authored Nov 2, 2023
2 parents 864d218 + 58272f7 commit 07f69b1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions nightly/expensive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,28 @@ expensive --timeout=700 near-chain near_chain tests::gc::test_gc_star_large --fe

expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_full
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_full --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_full_timeout_too_short
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_full_timeout_too_short --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_others
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_others --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_full_cop
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_full_cop --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_full_timeout_too_short
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_full_timeout_too_short --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_full_timeout_too_short_cop
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_full_timeout_too_short_cop --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_others
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_others --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_others_cop
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_others_cop --features nightly
expensive integration-tests integration_tests tests::client::process_blocks::test_gc_after_state_sync
expensive integration-tests integration_tests tests::client::process_blocks::test_gc_after_state_sync --features nightly
expensive integration-tests integration_tests tests::client::process_blocks::test_process_block_after_state_sync
expensive integration-tests integration_tests tests::client::process_blocks::test_process_block_after_state_sync --features nightly
expensive integration-tests integration_tests tests::client::sync_state_nodes::sync_empty_state
expensive integration-tests integration_tests tests::client::sync_state_nodes::sync_empty_state --features nightly
expensive integration-tests integration_tests tests::client::sync_state_nodes::sync_state_dump
expensive integration-tests integration_tests tests::client::sync_state_nodes::sync_state_dump --features nightly
expensive integration-tests integration_tests tests::client::sync_state_nodes::sync_state_nodes
expensive integration-tests integration_tests tests::client::sync_state_nodes::sync_state_nodes --features nightly
expensive integration-tests integration_tests tests::client::sync_state_nodes::sync_state_nodes_multishard
expensive integration-tests integration_tests tests::client::sync_state_nodes::sync_state_nodes_multishard --features nightly

# other tests
expensive --timeout=300 near-chain near_chain store::tests::test_clear_old_data_too_many_heights
Expand All @@ -161,14 +169,6 @@ expensive integration-tests integration_tests tests::nearcore::sync_nodes::sync_
expensive integration-tests integration_tests tests::nearcore::sync_nodes::sync_nodes --features nightly
expensive integration-tests integration_tests tests::nearcore::sync_nodes::sync_state_stake_change
expensive integration-tests integration_tests tests::nearcore::sync_nodes::sync_state_stake_change --features nightly
expensive integration-tests integration_tests tests::nearcore::sync_state_nodes::sync_empty_state
expensive integration-tests integration_tests tests::nearcore::sync_state_nodes::sync_empty_state --features nightly
expensive integration-tests integration_tests tests::nearcore::sync_state_nodes::sync_state_nodes
expensive integration-tests integration_tests tests::nearcore::sync_state_nodes::sync_state_nodes --features nightly
expensive integration-tests integration_tests tests::nearcore::sync_state_nodes::sync_state_nodes_multishard
expensive integration-tests integration_tests tests::nearcore::sync_state_nodes::sync_state_nodes_multishard --features nightly
expensive integration-tests integration_tests tests::nearcore::sync_state_nodes::sync_state_dump
expensive integration-tests integration_tests tests::nearcore::sync_state_nodes::sync_state_dump --features nightly

expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::test_block_unknown_block_error
expensive integration-tests integration_tests tests::nearcore::rpc_error_structs::test_block_unknown_block_error --features nightly
Expand Down

0 comments on commit 07f69b1

Please sign in to comment.