MCPcopy
hub / github.com/grafana/dskit / TestStop

Function TestStop

kv/memberlist/kv_init_service_test.go:12–17  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

10)
11
12func TestStop(t *testing.T) {
13 var cfg KVConfig
14 flagext.DefaultValues(&cfg)
15 kvinit := NewKVInitService(&cfg, nil, &staticDNSProviderMock{}, prometheus.NewPedanticRegistry())
16 require.NoError(t, kvinit.stopping(nil))
17}

Callers

nothing calls this directly

Calls 3

stoppingMethod · 0.95
DefaultValuesFunction · 0.92
NewKVInitServiceFunction · 0.85

Tested by

no test coverage detected