Skip to content

Commit 82d1c12

Browse files
committed
Add missing parameter when creating shuffle sharding grouper
Signed-off-by: Alvin Lin <[email protected]>
1 parent e36c332 commit 82d1c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/compactor/shuffle_sharding_grouper_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ func TestShuffleShardingGrouper_Groups(t *testing.T) {
149149
prometheus.NewRegistry(),
150150
nil,
151151
nil,
152+
nil,
152153
metadata.NoneFunc,
153154
*compactorCfg)
154155
actual, err := g.Groups(testData.blocks)

0 commit comments

Comments
 (0)