Page MenuHomePhabricator

[services] Backup/Blob - fix test path
AbandonedPublic

Authored by karol on Mar 25 2022, 5:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 15, 9:02 AM
Unknown Object (File)
Fri, Nov 8, 10:40 PM
Unknown Object (File)
Fri, Nov 8, 10:40 PM
Unknown Object (File)
Fri, Nov 8, 10:40 PM
Unknown Object (File)
Thu, Nov 7, 1:23 AM
Unknown Object (File)
Wed, Nov 6, 8:17 AM
Unknown Object (File)
Tue, Nov 5, 4:32 PM
Unknown Object (File)
Oct 23 2024, 9:55 PM

Details

Summary

Depends on D3498

This fixes the test path for the backup service. I changed the path to absolute for the blob service to keep it consistent.

Test Plan
cd services
yarn test-backup-service
yarn test-backup-service-dev-mode
yarn test-blob-service
yarn test-blob-service-dev-mode

Diff Detail

Repository
rCOMM Comm
Branch
dev-mode
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

In which diff was this changed?

This revision is now accepted and ready to land.Mar 25 2022, 12:56 PM

I changed my approach, now I used terraform for this. I'm abandoning this one. I decided that it will be faster to set up a new stack as I reordered the diffs and a lot of the differed from the ones from this stack. Let's follow up in the stack beginning at D3695.

In which diff was this changed?

Sorry, IDK :/

In D3523#96086, @ashoat wrote:

In which diff was this changed?

Added a note about this in the new stack.