(t *testing.T)
| 1654 | } |
| 1655 | |
| 1656 | func TestGetRules_HA(t *testing.T) { |
| 1657 | t.Run("Test RF = 2", getRulesHATest(2)) |
| 1658 | t.Run("Test RF = 3", getRulesHATest(3)) |
| 1659 | } |
| 1660 | |
| 1661 | func getRulesHATest(replicationFactor int) func(t *testing.T) { |
| 1662 | return func(t *testing.T) { |
nothing calls this directly
no test coverage detected