Page MenuHomePhabricator

[services][backup] Remove old C++ implementation
ClosedPublic

Authored by bartek on Jan 19 2023, 11:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 16, 7:54 AM
Unknown Object (File)
Sun, Feb 16, 7:54 AM
Unknown Object (File)
Sun, Feb 16, 7:54 AM
Unknown Object (File)
Sun, Feb 16, 7:48 AM
Unknown Object (File)
Sun, Feb 9, 3:06 AM
Unknown Object (File)
Thu, Jan 30, 9:33 PM
Unknown Object (File)
Thu, Jan 30, 9:33 PM
Unknown Object (File)
Thu, Jan 30, 9:33 PM
Subscribers

Details

Summary

Rust implementation of Backup service is landed. The "old" C++ implementation can now be removed.

This also removes the "old blob client" that was failing in non-docker environment - see D6291

Test Plan

None. CI no longer depends on this, should not fail.

Diff Detail

Repository
rCOMM Comm
Branch
barthap/delete-backup-cpp
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.

Has blob_client been replaced or moved?

This revision is now accepted and ready to land.Jan 19 2023, 2:10 PM

Has blob_client been replaced or moved?

It was replaced by a module integrated directly into the backup crate.