linkerd2/proxy/tests
Eliza Weisman 3a3079d8ed
Fix assertions in metrics_compression test (#847)
Fixes #846 

The proxy `metrics_compression` test contained an assertion that a compressed scrape contained the `request_duration_ms_count` metric. This was chosen completely arbitrarily, and was only intended as an assertion that metrics were updated between compressed scrapes. Unfortunately, that metric was removed in d9112abc93, so when #665 merged to master, this test broke. CI didn't catch this since we don't build merges for PRs --- we should probably (re)enable this in Travis?

This PR fixes the test to assert on a metric that wasn't removed. Sorry for the s!
2018-04-25 11:02:52 -07:00
..
support Add optional GZIP compression to proxy /metrics endpoint (#665) 2018-04-24 17:42:50 -07:00
discovery.rs proxy: Rewrite mock controller to accept a stream of dst updates (#808) 2018-04-19 11:01:10 -07:00
shutdown.rs proxy tests: reduce some boilerplate, improve error information (#833) 2018-04-23 18:01:51 -07:00
telemetry.rs Fix assertions in metrics_compression test (#847) 2018-04-25 11:02:52 -07:00
transparency.rs proxy tests: reduce some boilerplate, improve error information (#833) 2018-04-23 18:01:51 -07:00