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

Function TestIngestionSlack

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

Source from the content-addressed store, hash-verified

86}
87
88func TestIngestionSlack(t *testing.T) {
89 for _, e := range encoding.AllEncodingsForWrites() {
90 t.Run(e.Version(), func(t *testing.T) {
91 testIngestionSlack(t, e)
92 })
93 }
94}
95
96func testIngestionSlack(t *testing.T, e encoding.VersionedEncoding) {
97 wal, err := New(&Config{

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected