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

Function timeFrom

modules/frontend/search_sharder_test.go:720–724  ·  view source on GitHub ↗
(t *testing.T, n string)

Source from the content-addressed store, hash-verified

718}
719
720func timeFrom(t *testing.T, n string) time.Time {
721 i, err := strconv.ParseInt(n, 10, 32)
722 require.NoError(t, err)
723 return time.Unix(i, 0)
724}
725
726func TestBackendRange(t *testing.T) {
727 now := int(time.Now().Unix())

Callers 1

TestIngesterRequestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected