dispatch: route group labels should contain group common label. (#2055)
Signed-off-by: johncming <johncming@yahoo.com>
This commit is contained in:
parent
5ef70697a7
commit
bad2e792ca
|
@ -38,8 +38,11 @@ func TestAggrGroup(t *testing.T) {
|
||||||
"b": "v2",
|
"b": "v2",
|
||||||
}
|
}
|
||||||
opts := &RouteOpts{
|
opts := &RouteOpts{
|
||||||
Receiver: "n1",
|
Receiver: "n1",
|
||||||
GroupBy: map[model.LabelName]struct{}{},
|
GroupBy: map[model.LabelName]struct{}{
|
||||||
|
"a": struct{}{},
|
||||||
|
"b": struct{}{},
|
||||||
|
},
|
||||||
GroupWait: 1 * time.Second,
|
GroupWait: 1 * time.Second,
|
||||||
GroupInterval: 300 * time.Millisecond,
|
GroupInterval: 300 * time.Millisecond,
|
||||||
RepeatInterval: 1 * time.Hour,
|
RepeatInterval: 1 * time.Hour,
|
||||||
|
|
Loading…
Reference in New Issue