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

Function defaultLimitsTestConfig

pkg/ingester/lifecycle_test.go:56–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func 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.
63func TestIngesterRestart(t *testing.T) {

Calls 1

DefaultValuesFunction · 0.92

Tested by

no test coverage detected