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

Function TestCompactionDropsTraces

tempodb/compactor_test.go:636–643  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

634}
635
636func TestCompactionDropsTraces(t *testing.T) {
637 for _, enc := range encoding.AllEncodingsForWrites() {
638 t.Run(enc.Version(), func(t *testing.T) {
639 t.Parallel()
640 testCompactionDropsTraces(t, enc.Version())
641 })
642 }
643}
644
645func testCompactionDropsTraces(t *testing.T, targetBlockVersion string) {
646 tempDir := t.TempDir()

Callers

nothing calls this directly

Calls 4

AllEncodingsForWritesFunction · 0.92
VersionMethod · 0.65
RunMethod · 0.45

Tested by

no test coverage detected