Page MenuHomePhabricator

[services] Add hasEnvFlag
ClosedPublic

Authored by karol on May 9 2022, 8:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 18, 9:16 AM
Unknown Object (File)
Mon, Jun 17, 2:00 AM
Unknown Object (File)
Mon, Jun 17, 2:00 AM
Unknown Object (File)
Mon, Jun 17, 2:00 AM
Unknown Object (File)
Mon, Jun 17, 2:00 AM
Unknown Object (File)
Mon, Jun 17, 12:28 AM
Unknown Object (File)
Wed, Jun 12, 4:36 PM
Unknown Object (File)
Wed, Jun 12, 2:50 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.