Skip to content

Commit

Permalink
Add missing parameter when creating shuffle sharding grouper
Browse files Browse the repository at this point in the history
Signed-off-by: Alvin Lin <alvinlin@amazon.com>
  • Loading branch information
alvinlin123 committed Jan 14, 2022
1 parent e36c332 commit 82d1c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/compactor/shuffle_sharding_grouper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ func TestShuffleShardingGrouper_Groups(t *testing.T) {
prometheus.NewRegistry(),
nil,
nil,
nil,
metadata.NoneFunc,
*compactorCfg)
actual, err := g.Groups(testData.blocks)
Expand Down

0 comments on commit 82d1c12

Please sign in to comment.