Skip to content

Tags backend

Tags backend #110

Triggered via pull request January 18, 2024 20:11
Status Failure
Total duration 23m 20s
Artifacts

ci.yml

on: pull_request
Lint
2m 41s
Lint
Test packages - pkg
2m 24s
Test packages - pkg
Test packages - tempodb
13m 29s
Test packages - tempodb
Test packages - tempodb/wal
11m 13s
Test packages - tempodb/wal
Test packages - others
9m 11s
Test packages - others
Test integration e2e suite
23m 8s
Test integration e2e suite
Test serverless integration e2e suite
5m 58s
Test serverless integration e2e suite
Build
1m 38s
Build
Benchmark
8m 47s
Benchmark
Vendor check
1m 17s
Vendor check
Check jsonnet & tempo-mixin
1m 13s
Check jsonnet & tempo-mixin
Build technical documentation
17s
Build technical documentation
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
Lint: tempodb/encoding/vparquet3/block_traceql_test.go#L137
string `{span.` has 6 occurrences, make it a constant (goconst)
Lint: tempodb/encoding/vparquet3/block_traceql_test.go#L116
string `{resource.` has 16 occurrences, make it a constant (goconst)
Lint: modules/frontend/searchsharding_test.go#L374
string `/querier?end=` has 8 occurrences, make it a constant (goconst)
Lint: modules/frontend/cache.go#L64
S1008: should use 'return err == nil' instead of 'if err != nil { return false }; return true' (gosimple)
Lint: tempodb/encoding/vparquet3/coalesce_conditions_test.go#L24
composites: github.com/grafana/tempo/pkg/traceql.Condition struct literal uses unkeyed fields (govet)
Lint: tempodb/encoding/vparquet3/coalesce_conditions_test.go#L25
composites: github.com/grafana/tempo/pkg/traceql.Condition struct literal uses unkeyed fields (govet)
Lint: tempodb/encoding/vparquet3/coalesce_conditions_test.go#L31
composites: github.com/grafana/tempo/pkg/traceql.Condition struct literal uses unkeyed fields (govet)
Lint
issues found
Lint: tempodb/tempodb.go#L609
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
Lint: tempodb/tempodb_test.go#L955
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
Lint: modules/generator/overrides_test.go#L56
unused-parameter: parameter 'userID' seems to be unused, consider removing or renaming it as _ (revive)