Open bboreham opened 3 years ago
Just encountered this: https://github.com/grafana/mimir/actions/runs/6184952844/job/16789586635?pr=5925
--- FAIL: TestDispatcherGroupLimits (3.28s)
--- FAIL: TestDispatcherGroupLimits/low_limit (3.03s)
alertmanager_test.go:130: expected <nil>, got
Diff:
--- metric output does not match expectation; want
+++ got:
@@ -2,3 +2,3 @@
# TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
-alertmanager_dispatcher_aggregation_group_limit_reached_total 4
+alertmanager_dispatcher_aggregation_group_limit_reached_total 5
Works locally (and I didn't modify anything that would affect this), and passed on a rerun: https://github.com/grafana/mimir/actions/runs/6184952844/job/16790267619?pr=5925
Still flaky:
$ go test -run=TestDispatcherGroupLimits -count=1000 ./pkg/alertmanager
--- FAIL: TestDispatcherGroupLimits (3.05s)
--- FAIL: TestDispatcherGroupLimits/low_limit (3.03s)
alertmanager_test.go:130: expected <nil>, got
Diff:
--- metric output does not match expectation; want
+++ got:
@@ -2,3 +2,3 @@
# TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
-alertmanager_dispatcher_aggregation_group_limit_reached_total 4
+alertmanager_dispatcher_aggregation_group_limit_reached_total 5
--- FAIL: TestDispatcherGroupLimits (3.01s)
--- FAIL: TestDispatcherGroupLimits/low_limit (3.01s)
alertmanager_test.go:130: expected <nil>, got
Diff:
--- metric output does not match expectation; want
+++ got:
@@ -2,3 +2,3 @@
# TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
-alertmanager_dispatcher_aggregation_group_limit_reached_total 4
+alertmanager_dispatcher_aggregation_group_limit_reached_total 5
--- FAIL: TestDispatcherGroupLimits (3.02s)
--- FAIL: TestDispatcherGroupLimits/low_limit (3.02s)
alertmanager_test.go:130: expected <nil>, got
Diff:
--- metric output does not match expectation; want
+++ got:
@@ -2,3 +2,3 @@
# TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
-alertmanager_dispatcher_aggregation_group_limit_reached_total 4
+alertmanager_dispatcher_aggregation_group_limit_reached_total 5
--- FAIL: TestDispatcherGroupLimits (3.02s)
--- FAIL: TestDispatcherGroupLimits/low_limit (3.01s)
alertmanager_test.go:130: expected <nil>, got
Diff:
--- metric output does not match expectation; want
+++ got:
@@ -2,3 +2,3 @@
# TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
-alertmanager_dispatcher_aggregation_group_limit_reached_total 4
+alertmanager_dispatcher_aggregation_group_limit_reached_total 5
--- FAIL: TestDispatcherGroupLimits (3.03s)
--- FAIL: TestDispatcherGroupLimits/low_limit (3.02s)
alertmanager_test.go:130: expected <nil>, got
Diff:
--- metric output does not match expectation; want
+++ got:
@@ -2,3 +2,3 @@
# TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
-alertmanager_dispatcher_aggregation_group_limit_reached_total 4
+alertmanager_dispatcher_aggregation_group_limit_reached_total 5
--- FAIL: TestDispatcherGroupLimits (3.03s)
--- FAIL: TestDispatcherGroupLimits/low_limit (3.02s)
alertmanager_test.go:130: expected <nil>, got
Diff:
--- metric output does not match expectation; want
+++ got:
@@ -2,3 +2,3 @@
# TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
-alertmanager_dispatcher_aggregation_group_limit_reached_total 4
+alertmanager_dispatcher_aggregation_group_limit_reached_total 5
--- FAIL: TestDispatcherGroupLimits (3.01s)
--- FAIL: TestDispatcherGroupLimits/low_limit (3.01s)
alertmanager_test.go:130: expected <nil>, got
Diff:
--- metric output does not match expectation; want
+++ got:
@@ -2,3 +2,3 @@
# TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
-alertmanager_dispatcher_aggregation_group_limit_reached_total 4
+alertmanager_dispatcher_aggregation_group_limit_reached_total 5
FAIL
FAIL github.com/grafana/mimir/pkg/alertmanager 28.314s
FAIL
--- FAIL: TestDispatcherGroupLimits (3.25s)
--- FAIL: TestDispatcherGroupLimits/low_limit (3.03s)
alertmanager_test.go:130: expected <nil>, got
Diff:
--- metric output does not match expectation; want
+++ got:
@@ -2,3 +2,3 @@
# TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
-alertmanager_dispatcher_aggregation_group_limit_reached_total 4
+alertmanager_dispatcher_aggregation_group_limit_reached_total 5
https://github.com/grafana/mimir/actions/runs/6735289122/job/18308218253?pr=6544
--- FAIL: TestDispatcherGroupLimits (3.29s)
--- FAIL: TestDispatcherGroupLimits/low_limit (3.03s)
alertmanager_test.go:130: expected <nil>, got
Diff:
--- metric output does not match expectation; want
+++ got:
@@ -2,3 +2,3 @@
# TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
-alertmanager_dispatcher_aggregation_group_limit_reached_total 4
+alertmanager_dispatcher_aggregation_group_limit_reached_total 5
Still flaky.
Another occurrence here:
--- FAIL: TestDispatcherGroupLimits (3.22s)
--- FAIL: TestDispatcherGroupLimits/low_limit (3.03s)
alertmanager_test.go:141: expected <nil>, got
Diff:
--- metric output does not match expectation; want
+++ got:
@@ -2,3 +2,3 @@
# TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
-alertmanager_dispatcher_aggregation_group_limit_reached_total 4
+alertmanager_dispatcher_aggregation_group_limit_reached_total 5
Failed: https://github.com/grafana/mimir/runs/4103684576
Passed on re-run: https://github.com/grafana/mimir/runs/4104035197