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

Function TestGetRules_HA

pkg/ruler/ruler_test.go:1656–1659  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1654}
1655
1656func TestGetRules_HA(t *testing.T) {
1657 t.Run("Test RF = 2", getRulesHATest(2))
1658 t.Run("Test RF = 3", getRulesHATest(3))
1659}
1660
1661func getRulesHATest(replicationFactor int) func(t *testing.T) {
1662 return func(t *testing.T) {

Callers

nothing calls this directly

Calls 2

getRulesHATestFunction · 0.85
RunMethod · 0.65

Tested by

no test coverage detected