Page MenuHomePhabricator

[services] Blob - Fix unit tests
ClosedPublic

Authored by karol on Jun 13 2022, 6:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 3, 8:54 PM
Unknown Object (File)
Wed, Jul 3, 3:36 PM
Unknown Object (File)
Wed, Jul 3, 9:08 AM
Unknown Object (File)
Tue, Jul 2, 2:37 PM
Unknown Object (File)
Tue, Jul 2, 10:05 AM
Unknown Object (File)
Sun, Jun 30, 11:23 AM
Unknown Object (File)
Sun, Jun 16, 10:19 PM
Unknown Object (File)
Sun, Jun 16, 10:19 PM

Details

Summary

Depends on D4216

Fixing bucket names in blob service unit tests. The assumption is that we're always going to run the unit tests in dev mode. So we can skip using some alternative bucket name like commapp-test

Test Plan
cd services
yarn run-unit-tests blob

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 a reviewer: tomek.
This revision is now accepted and ready to land.Jun 20 2022, 4:32 AM

How does the title of the diff correspond to the description and the code? Was there anything broken so that we need to fix it? Maybe use something less generic e.g. Use BLOB_BUCKET_NAME constant as blob bucket name?

It was broken as it didn't work with the current terraform configuration

karol edited the summary of this revision. (Show Details)

retrigger CI

This revision was automatically updated to reflect the committed changes.