We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d0255 commit 4006b10Copy full SHA for 4006b10
pkg/ring/ring_test.go
@@ -2619,7 +2619,7 @@ func TestRing_ShuffleShardWithReadOnlyIngesters(t *testing.T) {
2619
KVClient: &MockClient{},
2620
}
2621
2622
- shardRing := ring.ShuffleShardWithOperation(userID, testData.shardSize)
+ shardRing := ring.ShuffleShard(userID, testData.shardSize)
2623
assert.Equal(t, testData.expectedSize, shardRing.InstancesCount())
2624
for _, expectedInstance := range testData.expectedToBePresent {
2625
assert.True(t, shardRing.HasInstance(expectedInstance))
0 commit comments