MCPcopy Create free account
hub / github.com/cortexproject/cortex / TestRulesPaginationAPISharding

Function TestRulesPaginationAPISharding

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

Source from the content-addressed store, hash-verified

589}
590
591func TestRulesPaginationAPISharding(t *testing.T) {
592 testRulesPaginationAPIWithSharding(t, false)
593}
594
595func TestRulesPaginationAPIShardingWithAPIRulesBackupEnabled(t *testing.T) {
596 testRulesPaginationAPIWithSharding(t, true)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected