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)
Fri, Sep 27, 3:45 AM
Unknown Object (File)
Mon, Sep 23, 1:07 AM
Unknown Object (File)
Sat, Sep 21, 8:27 PM
Unknown Object (File)
Fri, Sep 20, 7:29 PM
Unknown Object (File)
Tue, Sep 17, 9:19 AM
Unknown Object (File)
Sat, Sep 7, 5:03 AM
Unknown Object (File)
Sat, Sep 7, 5:03 AM
Unknown Object (File)
Sat, Sep 7, 5:03 AM

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
No Lint Coverage
Unit
No Test Coverage

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.