MCPcopy
hub / github.com/grafana/tempo / makeBackendBlockWithTraces

Function makeBackendBlockWithTraces

tempodb/encoding/vparquet5/block_search_test.go:322–324  ·  view source on GitHub ↗
(t *testing.T, trs []*Trace)

Source from the content-addressed store, hash-verified

320}
321
322func makeBackendBlockWithTraces(t *testing.T, trs []*Trace) *backendBlock {
323 return makeBackendBlockWithTracesWithDedicatedColumns(t, trs, test.MakeDedicatedColumns())
324}
325
326func makeBackendBlockWithTracesWithDedicatedColumns(t *testing.T, trs []*Trace, dc backend.DedicatedColumns) *backendBlock {
327 rawR, rawW, _, err := local.New(&local.Config{

Tested by

no test coverage detected