Snapshot download test (#29474)

This commit is contained in:
Brennan Watt 2023-01-02 17:51:28 -08:00 committed by GitHub
parent 6294d1eff1
commit 5a969ce3f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -659,8 +659,14 @@ fn test_incremental_snapshot_download() {
download_snapshot_archive( download_snapshot_archive(
&cluster.entry_point_info.rpc, &cluster.entry_point_info.rpc,
full_snapshot_archives_dir, &validator_snapshot_test_config
incremental_snapshot_archives_dir, .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.slot(),
*incremental_snapshot_archive_info.hash(), *incremental_snapshot_archive_info.hash(),