Page MenuHomePhabricator

[services] Backup - Fix CI
ClosedPublic

Authored by karol on Feb 9 2022, 3:04 AM.
Tags
None
Referenced Files
F3522972: D3146.diff
Mon, Dec 23, 8:00 AM
Unknown Object (File)
Nov 13 2024, 5:09 AM
Unknown Object (File)
Nov 2 2024, 3:59 AM
Unknown Object (File)
Oct 25 2024, 7:08 AM
Unknown Object (File)
Oct 25 2024, 7:08 AM
Unknown Object (File)
Oct 25 2024, 7:08 AM
Unknown Object (File)
Oct 7 2024, 6:39 AM
Unknown Object (File)
Oct 7 2024, 6:39 AM

Details

Summary

This fixes the CI that was broken because of mistakenly landed diffs for the new backup version.
First, we have to finish the arch design D2950
Then we need to update proto files D3076

Until these two diffs are not landed, we may land this quick fix just to unblock the CI

Test Plan
cd services
yarn run-backup-service

Diff Detail

Repository
rCOMM Comm
Branch
fix-ci-backup
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

karol edited the test plan for this revision. (Show Details)
karol added reviewers: tomek, ashoat, max.
This revision is now accepted and ready to land.Feb 9 2022, 3:32 AM
This revision now requires review to proceed.Feb 9 2022, 3:32 AM

If possible, I would rather comment out the tests or whatevever is crashing. But the important thing is to fix the CI ASAP

This revision is now accepted and ready to land.Feb 9 2022, 6:43 AM

This exact change is crashing because it's out of sync with the proto file.
The proto file is not landed because it waits for the arch review.

I'm going to land this, we can always revert but I think this should do the trick and will not be harmful.

This revision was automatically updated to reflect the committed changes.