grafana/mimir

Flaky TestDispatcherGroupLimits/low_limit

Open

#449 opened on Nov 4, 2021

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Go (808 forks)auto 404
component/alertmanagergood first issuehacktoberfesttype/tests

Repository metrics

Stars
 (5,181 stars)
PR merge metrics
 (PR metrics pending)

Description

Failed: https://github.com/grafana/mimir/runs/4103684576

--- FAIL: TestDispatcherGroupLimits (4.10s)
    --- FAIL: TestDispatcherGroupLimits/low_limit (3.33s)
        alertmanager_test.go:110: expected <nil>, got 
            metric output does not match expectation; want:
            
            # HELP alertmanager_dispatcher_aggregation_group_limit_reached_total Number of times when dispatcher failed to create new aggregation group due to limit.
            # TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
            alertmanager_dispatcher_aggregation_group_limit_reached_total 4
            
            got:
            
            # HELP alertmanager_dispatcher_aggregation_group_limit_reached_total Number of times when dispatcher failed to create new aggregation group due to limit.
            # TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
            alertmanager_dispatcher_aggregation_group_limit_reached_total 5

Passed on re-run: https://github.com/grafana/mimir/runs/4104035197

Contributor guide