We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c52b1 commit ef12664Copy full SHA for ef12664
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