Page MenuHomePhabricator

[services] Dev mode - Fix Backup service
ClosedPublic

Authored by karol on Apr 11 2022, 6:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 3:22 AM
Unknown Object (File)
Tue, Apr 23, 2:43 PM
Unknown Object (File)
Tue, Apr 23, 2:43 PM
Unknown Object (File)
Tue, Apr 23, 2:43 PM
Unknown Object (File)
Tue, Apr 23, 2:43 PM
Unknown Object (File)
Tue, Apr 23, 2:33 PM
Unknown Object (File)
Thu, Apr 18, 6:08 AM
Unknown Object (File)
Thu, Apr 18, 6:08 AM

Details

Summary

Fix dev mode in backup service. Until now it seems like it was broken.

Test Plan
docker-compose down
yarn test-blob-service-dev-mode
yarn test-backup-service-dev-mode

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: jim, tomek.
services/backup/docker-server/contents/run_tests.sh
5 ↗(On Diff #11284)

Ashoat's question about this: https://phabricator.ashoat.com/D3523#96086

For now, I'm not sure about this. If that's crucial, I can dig.

services/backup/docker-server/contents/run_tests.sh
5 ↗(On Diff #11284)

I think you should always include information like this in a diff description. I certainly would

tomek requested changes to this revision.Apr 26 2022, 10:35 AM

Could you explain how it was broken and why these changes fix it?

This revision now requires changes to proceed.Apr 26 2022, 10:35 AM

remove unnecessary path fix, that has been taken care of in D3485

In D3695#107153, @palys-swm wrote:

Could you explain how it was broken and why these changes fix it?

DatabaseSimulator has been removed (not sure in which commit exactly), so we don't want to use it if it doesn't exist.

services/backup/docker-server/contents/run_tests.sh
5 ↗(On Diff #11284)

I'm going to try to be better at this next time. For now this path fix is no longer relevant

This revision is now accepted and ready to land.Apr 27 2022, 6:01 AM