You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking on yarpc/yarpc-go#1882, we’ve disabled a couple flappy tests because due to intermittent over-counting in the latency histogram buckets.
These tests create a single request for the lifetime of the metrics graph. They assert that one request should appear in a latency histogram bucket. It’s usually just one. Occasionally in CI, tests would fail with more than one counted request.
The text was updated successfully, but these errors were encountered:
Tracking on yarpc/yarpc-go#1882, we’ve disabled a couple flappy tests because due to intermittent over-counting in the latency histogram buckets.
These tests create a single request for the lifetime of the metrics graph. They assert that one request should appear in a latency histogram bucket. It’s usually just one. Occasionally in CI, tests would fail with more than one counted request.
The text was updated successfully, but these errors were encountered: