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

Function TestSearchCombinesResultsProtobuf

modules/frontend/combiner/search_test.go:192–194  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

190}
191
192func TestSearchCombinesResultsProtobuf(t *testing.T) {
193 testSearchCombinesResults(t, api.MarshallingFormatProtobuf)
194}
195
196func testSearchCombinesResults(t *testing.T, marshalingFormat api.MarshallingFormat) {
197 for _, keepMostRecent := range []bool{true, false} {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected