MCPcopy Index your code
hub / github.com/cortexproject/cortex / TestRulerAPISharding

Function TestRulerAPISharding

integration/ruler_test.go:345–347  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

343}
344
345func TestRulerAPISharding(t *testing.T) {
346 testRulerAPIWithSharding(t, false)
347}
348
349func TestRulerAPIShardingWithAPIRulesBackupEnabled(t *testing.T) {
350 testRulerAPIWithSharding(t, true)

Callers

nothing calls this directly

Calls 1

testRulerAPIWithShardingFunction · 0.85

Tested by

no test coverage detected