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

Function nonZeroCompactedMeta

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

Source from the content-addressed store, hash-verified

160}
161
162func nonZeroCompactedMeta(t *testing.T, m []*backend.CompactedBlockMeta) {
163 for _, v := range m {
164 assert.NotZero(t, v.BlockID, "blockid is zero, id: %v", v.BlockID)
165 }
166}

Callers 2

TestFixturesFunction · 0.85
TestOriginalFixturesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected