Closed severb closed 8 years ago
It looks like builds are failing to due a missing dependency:
scripts/testpop/statter.go:70: undefined: statsd.NewClientWithSender
Yes, indeed. The build needs the latest (master tip) version of the statsd client library. That's because they added a new constructor that can be used to pass in your own custom Sender
implementation.
I don't see tests that different stats
parameters show different behaviors. Are you going to add integration tests for it?
Looks good! EDIT: actually not done yet..
I still have some comments
lgtm
Excellent! Looks good.
In preparation for automated perf. tests we want to be able to emit stats to a file/network from testpop.
This PR adds a new flag to testpop to control where the stats should go; if the flag is omitted, no stats are emitted.