linkerd2-proxy/proxy
Brian Smith 4ccff3f333 Proxy: Use production config parsing in tests (#25)
* Proxy: Use production config parsing in tests

Previosuly the testing code for the proxy was sensitive to the values
of environment variables unintentionally, because `Config` looked at
the environment variables. Also, the tests were largely avoiding
testing the production configuration parsing code since they were
doing their own parsing.

Now the tests avoid looking at environment variables other than
`ENV_LOG`, which makes them more resilient. Also the tests now parse
the settings using the same code as production use uses.

I validated this manually.
2017-12-13 19:27:50 -06:00
..
src Proxy: Use production config parsing in tests (#25) 2017-12-13 19:27:50 -06:00
tests Proxy: Use production config parsing in tests (#25) 2017-12-13 19:27:50 -06:00
Cargo.toml Prepare for v0.1.0 (#1) 2017-12-04 19:55:56 -08:00
build.rs apply rustffmt on proxy, remove rustfmt.toml for now 2017-12-05 00:44:16 +00:00