Revert shred fs (#9712)
* Revert "Untar is called for shred archives that do not exist. (#9565)" This reverts commit729cb5eec6
. * Revert "Dont insert shred payload into rocksdb (#9366)" This reverts commit5ed39de8c5
.
This commit is contained in:
@ -321,7 +321,7 @@ mod tests {
|
||||
let cluster_info = Arc::new(ClusterInfo::new_with_invalid_keypair(ContactInfo::default()));
|
||||
|
||||
let snapshot_packager_service =
|
||||
SnapshotPackagerService::new(receiver, None, &exit, &cluster_info, None);
|
||||
SnapshotPackagerService::new(receiver, None, &exit, &cluster_info);
|
||||
|
||||
// Close the channel so that the package service will exit after reading all the
|
||||
// packages off the channel
|
||||
|
Reference in New Issue
Block a user