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

Function TestCompactionHonorsBlockStartEndTimes

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

Source from the content-addressed store, hash-verified

563}
564
565func TestCompactionHonorsBlockStartEndTimes(t *testing.T) {
566 for _, enc := range encoding.AllEncodingsForWrites() {
567 t.Run(enc.Version(), func(t *testing.T) {
568 t.Parallel()
569 testCompactionHonorsBlockStartEndTimes(t, enc.Version())
570 })
571 }
572}
573
574func testCompactionHonorsBlockStartEndTimes(t *testing.T, targetBlockVersion string) {
575 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