sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

httptrace: fix the failing tests #85

Closed slimsag closed 9 years ago

slimsag commented 9 years ago

These tests were failing (but not reported by Travis due to the Makefile, soon to be removed by sourcegraph/appdash#84) due to the fact that the keys changed previously and are now prefixed with Server/Client for easy differentiation in the web UI.

dmitshur commented 9 years ago

Minor whitespace inconsistency introduced, but the actual meaningful changes LGTM.