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

Function runWALTest

tempodb/wal/wal_test.go:356–358  ·  view source on GitHub ↗
(t testing.TB, encoding string, runner func([][]byte, []*tempopb.Trace, common.WALBlock))

Source from the content-addressed store, hash-verified

354}
355
356func runWALTest(t testing.TB, encoding string, runner func([][]byte, []*tempopb.Trace, common.WALBlock)) {
357 runWALTestWithAppendMode(t, encoding, false, runner)
358}
359
360func runWALTestWithAppendMode(t testing.TB, encoding string, appendTrace bool, runner func([][]byte, []*tempopb.Trace, common.WALBlock)) {
361 wal, err := New(&Config{

Callers 3

testIteratorFunction · 0.85
testSearchFunction · 0.85
testFetchFunction · 0.85

Calls 1

runWALTestWithAppendModeFunction · 0.85

Tested by

no test coverage detected