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
Paths
| Differential D6312 Authored by bartek on Jan 19 2023, 11:46 AM.
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
Event Timelinebartek held this revision as a draft. Herald added subscribers: atul, tomek. · View Herald TranscriptJan 19 2023, 11:46 AM2023-01-19 11:46:20 (UTC-8) Harbormaster completed remote builds in B15481: Diff 21120.Jan 19 2023, 12:01 PM2023-01-19 12:01:24 (UTC-8) This revision is now accepted and ready to land.Jan 19 2023, 2:10 PM2023-01-19 14:10:12 (UTC-8) Comment Actions
It was replaced by a module integrated directly into the backup crate. Closed by commit rCOMMaf2470e1e909: [services][backup] Remove old C++ implementation (authored by bartek). · Explain WhyJan 23 2023, 6:01 AM2023-01-23 06:01:47 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 21184 .gitignore
services/backup/old/CMakeLists.txt
services/backup/old/blob_client/Cargo.lock
services/backup/old/blob_client/Cargo.toml
|