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

Function TestCompleteBlockHonorsStartStopTimes

tempodb/tempodb_test.go:643–650  ·  tempodb/tempodb_test.go::TestCompleteBlockHonorsStartStopTimes
(t *testing.T)

Source from the content-addressed store, hash-verified

641}
642
643func TestCompleteBlockHonorsStartStopTimes(t *testing.T) {
644 for _, enc := range encoding.AllEncodingsForWrites() {
645 version := enc.Version()
646 t.Run(version, func(t *testing.T) {
647 testCompleteBlockHonorsStartStopTimes(t, version)
648 })
649 }
650}
651
652func testCompleteBlockHonorsStartStopTimes(t *testing.T, targetBlockVersion string) {
653 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