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

Function TestSameIDCompaction

tempodb/compactor_test.go:219–225  ·  tempodb/compactor_test.go::TestSameIDCompaction
(t *testing.T)

Source from the content-addressed store, hash-verified

217}
218
219func TestSameIDCompaction(t *testing.T) {
220 for _, enc := range encoding.AllEncodingsForWrites() {
221 t.Run(enc.Version(), func(t *testing.T) {
222 testSameIDCompaction(t, enc.Version())
223 })
224 }
225}
226
227// TestSameIDCompaction is a bit gross in that it has a bad dependency with on the /pkg/model
228// module to do a full e2e compaction/combination test.

Callers

nothing calls this directly

Calls 4

AllEncodingsForWritesFunction · 0.92
testSameIDCompactionFunction · 0.85
VersionMethod · 0.65
RunMethod · 0.45

Tested by

no test coverage detected