Add SnapshotArchiveInfo and refactor functions in snapshot_utils (#18232)
This commit is contained in:
@ -156,9 +156,10 @@ mod tests {
|
||||
}
|
||||
|
||||
// Create a packageable snapshot
|
||||
let output_tar_path = snapshot_utils::get_snapshot_archive_path(
|
||||
let output_tar_path = snapshot_utils::build_snapshot_archive_path(
|
||||
snapshot_package_output_path,
|
||||
&(42, Hash::default()),
|
||||
42,
|
||||
&Hash::default(),
|
||||
ArchiveFormat::TarBzip2,
|
||||
);
|
||||
let snapshot_package = AccountsPackage::new(
|
||||
|
Reference in New Issue
Block a user