()
| 54 | } |
| 55 | |
| 56 | func defaultLimitsTestConfig() validation.Limits { |
| 57 | limits := validation.Limits{} |
| 58 | flagext.DefaultValues(&limits) |
| 59 | return limits |
| 60 | } |
| 61 | |
| 62 | // TestIngesterRestart tests a restarting ingester doesn't keep adding more tokens. |
| 63 | func TestIngesterRestart(t *testing.T) { |
no test coverage detected