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

Function getTSDB

pkg/ingester/ingester_test.go:4610–4614  ·  view source on GitHub ↗
(t *testing.T, i *Ingester, uId string)

Source from the content-addressed store, hash-verified

4608}
4609
4610func getTSDB(t *testing.T, i *Ingester, uId string) *userTSDB {
4611 db, err := i.getTSDB(uId)
4612 require.NoError(t, err)
4613 return db
4614}
4615
4616func TestIngester_shipBlocks(t *testing.T) {
4617 testCases := map[string]struct {

Calls 1

getTSDBMethod · 0.80

Tested by

no test coverage detected