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