Pass SnapshotConfig to SnapshotPackagerService (#19616)
This commit is contained in:
@ -505,7 +505,7 @@ mod tests {
|
||||
None,
|
||||
&exit,
|
||||
&cluster_info,
|
||||
DEFAULT_MAX_FULL_SNAPSHOT_ARCHIVES_TO_RETAIN,
|
||||
snapshot_config.clone(),
|
||||
);
|
||||
|
||||
let _package_receiver = std::thread::Builder::new()
|
||||
@ -926,9 +926,7 @@ mod tests {
|
||||
None,
|
||||
&exit,
|
||||
&cluster_info,
|
||||
snapshot_test_config
|
||||
.snapshot_config
|
||||
.maximum_full_snapshot_archives_to_retain,
|
||||
snapshot_test_config.snapshot_config.clone(),
|
||||
);
|
||||
|
||||
let accounts_hash_verifier = AccountsHashVerifier::new(
|
||||
|
Reference in New Issue
Block a user