x/telemetry/godev/cmd/telemetrygodev: TestConfig fails when the ENV
environment variable is set
#62138
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
telemetry
x/telemetry issues
Milestone
https://build.golang.org/log/01632ff0d1e2a2a8aeeca54449561a80220e9296:
This appears to be due to the use of the
ENV
environment variable for configuration:https://go.googlesource.com/telemetry/+/b0bf2e6e269ce288c82914e7d126bfe345aa84e9/godev/cmd/telemetrygodev/config.go#75
Per https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html#tag_20_117_08, the standard meaning of the
ENV
variable is:If
godev/cmd/telemetrygodev
needs a configuration variable to use for a different, Go-specific purpose, it should use a Go-specific variable name. (And probably the same is true for thePORT
variable. 😅)(attn @jamalc @hyangah @pjweinb)
The text was updated successfully, but these errors were encountered: