Page MenuHomePhabricator

[services] Add hasEnvFlag
ClosedPublic

Authored by karol on May 9 2022, 8:24 AM.
Tags
None
Referenced Files
F2149400: D3970.id12516.diff
Sun, Jun 30, 7:54 AM
F2149399: D3970.id12444.diff
Sun, Jun 30, 7:54 AM
F2149398: D3970.id12443.diff
Sun, Jun 30, 7:54 AM
F2149381: D3970.id.diff
Sun, Jun 30, 7:54 AM
F2149360: D3970.diff
Sun, Jun 30, 7:50 AM
F2142284: D3970.diff
Sat, Jun 29, 1:52 PM
Unknown Object (File)
Tue, Jun 18, 9:16 AM
Unknown Object (File)
Mon, Jun 17, 2:00 AM

Details

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

and

cd services
git grep "std::getenv"

Should only print two results from lib/src/GlobalTools.cpp (also something from the tunnelbroker but it isn't relevant)

Diff Detail

Repository
rCOMM Comm
Branch
services-lib
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.May 9 2022, 8:26 AM
Harbormaster failed remote builds in B8934: Diff 12443!
karol edited the test plan for this revision. (Show Details)
karol added a reviewer: tomek.
karol edited the summary of this revision. (Show Details)

fix build

Harbormaster returned this revision to the author for changes because remote builds failed.May 9 2022, 12:12 PM
Harbormaster failed remote builds in B8935: Diff 12444!

Only android failed, so I'm force-pushing it.

This revision is now accepted and ready to land.May 10 2022, 1:08 AM

The test plan here should contain some info about searching our codebase and checking if all the usages were replaced.

This revision was landed with ongoing or failed builds.May 10 2022, 7:31 AM
This revision was automatically updated to reflect the committed changes.