Skip to content

Commit

Permalink
Snapshot download test (solana-labs#29474)
Browse files Browse the repository at this point in the history
  • Loading branch information
bw-solana authored and nickfrosty committed Jan 4, 2023
1 parent 9d75306 commit 5e7be3a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions local-cluster/tests/local_cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,14 @@ fn test_incremental_snapshot_download() {

download_snapshot_archive(
&cluster.entry_point_info.rpc,
full_snapshot_archives_dir,
incremental_snapshot_archives_dir,
&validator_snapshot_test_config
.validator_config
.snapshot_config
.full_snapshot_archives_dir,
&validator_snapshot_test_config
.validator_config
.snapshot_config
.incremental_snapshot_archives_dir,
(
incremental_snapshot_archive_info.slot(),
*incremental_snapshot_archive_info.hash(),
Expand Down

0 comments on commit 5e7be3a

Please sign in to comment.