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

Function TestAppendBlockStartEnd

tempodb/wal/wal_test.go:31–37  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

29)
30
31func TestAppendBlockStartEnd(t *testing.T) {
32 for _, e := range encoding.AllEncodingsForWrites() {
33 t.Run(e.Version(), func(t *testing.T) {
34 testAppendBlockStartEnd(t, e)
35 })
36 }
37}
38
39func testAppendBlockStartEnd(t *testing.T, e encoding.VersionedEncoding) {
40 wal, err := New(&Config{

Callers

nothing calls this directly

Calls 4

AllEncodingsForWritesFunction · 0.92
testAppendBlockStartEndFunction · 0.85
VersionMethod · 0.65
RunMethod · 0.45

Tested by

no test coverage detected