| 12 | ) |
| 13 | |
| 14 | type ExtraIncrTestCase struct { |
| 15 | proxy string |
| 16 | master1 string |
| 17 | slave1 string |
| 18 | master2 string |
| 19 | slave2 string |
| 20 | group int |
| 21 | round int |
| 22 | nkeys int |
| 23 | ntags int |
| 24 | } |
| 25 | |
| 26 | func init() { |
| 27 | testcase = &ExtraIncrTestCase{} |
nothing calls this directly
no outgoing calls
no test coverage detected