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

Function nonZeroMeta

tempodb/backend/test/backend_test.go:156–160  ·  view source on GitHub ↗
(t *testing.T, m []*backend.BlockMeta)

Source from the content-addressed store, hash-verified

154}
155
156func nonZeroMeta(t *testing.T, m []*backend.BlockMeta) {
157 for _, v := range m {
158 assert.NotZero(t, v.BlockID, "blockid is zero, id: %v", v.BlockID)
159 }
160}
161
162func nonZeroCompactedMeta(t *testing.T, m []*backend.CompactedBlockMeta) {
163 for _, v := range m {

Callers 2

TestFixturesFunction · 0.85
TestOriginalFixturesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected