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

Function setupBackendWithEndpoint

integration/storage/backend_scheduler_test.go:387–390  ·  view source on GitHub ↗
(t testing.TB, cfg *tempodb.Config, endpoint string)

Source from the content-addressed store, hash-verified

385}
386
387func setupBackendWithEndpoint(t testing.TB, cfg *tempodb.Config, endpoint string) tempodb.Writer {
388 _, w := setupBackendReaderWriterWithEndpoint(t, cfg, endpoint)
389 return w
390}
391
392func setupBackendReaderWriterWithEndpoint(t testing.TB, cfg *tempodb.Config, endpoint string) (tempodb.Reader, tempodb.Writer) {
393 cfg.Block = &common.BlockConfig{

Callers 1

TestBackendSchedulerFunction · 0.85

Tested by

no test coverage detected