-
Notifications
You must be signed in to change notification settings - Fork 839
Closed
Labels
component/rulesBits & bobs todo with rules and alerts: the ruler, config service etc.Bits & bobs todo with rules and alerts: the ruler, config service etc.good first issueThese are great first issues. If you are looking for a place to start, start here!These are great first issues. If you are looking for a place to start, start here!
Description
Both branches of if-then-else are identical in
cortex/pkg/ruler/ruler_test.go
Lines 1073 to 1077 in 275a5bf
| if tc.shardingStrategy == util.ShardingStrategyShuffle { | |
| require.Equal(t, int32(tc.expectedClientCallCount), mockPoolClient.numberOfCalls.Load()) | |
| } else { | |
| require.Equal(t, int32(tc.expectedClientCallCount), mockPoolClient.numberOfCalls.Load()) | |
| } |
Found with revive
yeya24
Metadata
Metadata
Assignees
Labels
component/rulesBits & bobs todo with rules and alerts: the ruler, config service etc.Bits & bobs todo with rules and alerts: the ruler, config service etc.good first issueThese are great first issues. If you are looking for a place to start, start here!These are great first issues. If you are looking for a place to start, start here!