boulder/ratelimit
Daniel McCarney 531d9ce52c
Run load-generator against V1 and V2 API in CI. (#3509)
This commit adds short 15s runs of the load generator against the V1 and
V2 APIs during the three integration test runs (v1 config, v1
config-next, and v2). 15s was selected because 30s caused too much
output and the build log to be truncated.

Presently the latency output is *not* being checked for errors. This was
too flaky in practice.

A fix for a race condition in the load-generator code itself related to
HTTP status code tracking is included in this commit.

The pending authz rate limit also needed to be adjusted to keep the
load-generator from failing requests after hitting 429s.
2018-03-05 15:34:15 -05:00
..
rate-limits.go Enforce new orders per acct per window rate limit. (#3501) 2018-03-02 10:47:39 -08:00
rate-limits_test.go Run load-generator against V1 and V2 API in CI. (#3509) 2018-03-05 15:34:15 -05:00