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)
Mon, Jan 6, 6:21 AM
Unknown Object (File)
Mon, Jan 6, 6:21 AM
Unknown Object (File)
Mon, Jan 6, 6:21 AM
Unknown Object (File)
Mon, Jan 6, 6:14 AM
Unknown Object (File)
Sun, Dec 15, 4:04 AM
Unknown Object (File)
Dec 3 2024, 10:43 AM
Unknown Object (File)
Dec 3 2024, 2:07 AM
Unknown Object (File)
Dec 1 2024, 11:24 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.