Page MenuHomePhabricator

[services] Backup - Add Tools
ClosedPublic

Authored by karol on Feb 10 2022, 6:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 5:48 PM
Unknown Object (File)
Tue, Apr 23, 5:48 PM
Unknown Object (File)
Tue, Apr 23, 5:48 PM
Unknown Object (File)
Tue, Apr 23, 5:44 PM
Unknown Object (File)
Mar 28 2024, 9:51 AM
Unknown Object (File)
Mar 27 2024, 8:50 AM
Unknown Object (File)
Mar 9 2024, 7:46 PM
Unknown Object (File)
Mar 3 2024, 2:30 PM

Details

Summary

Adding Tools with getCurrentTimestamp which will be needed for creating backup items.

Depends on D3158

Test Plan

Backup service builds

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

karol edited the test plan for this revision. (Show Details)
karol added reviewers: tomek, max, varun.
This revision is now accepted and ready to land.Feb 11 2022, 2:01 AM
This revision now requires review to proceed.Feb 11 2022, 2:01 AM
ashoat added a reviewer: jim.

We have the exact same function in services/blob/docker-server/contents/server/src/Tools.cpp and services/tunnelbroker/docker-server/contents/server/src/Tools/Tools.cpp. I assume we're tracking fixing this in ENG-324... @karol-bisztyga, before landing can you add a comment there to make sure we remember to dedup all of the copy-pasted getCurrentTimestamp functions?

This revision is now accepted and ready to land.Feb 13 2022, 8:02 PM

This task will be resolved after I finish the backup service. I'm going to look at the services and try to exclude as many mutual items as possible to the "lib" space. I remember about this and keep it in mind.

This revision was automatically updated to reflect the committed changes.