Skip to content

Tags backend

Tags backend #97

Triggered via pull request January 5, 2024 17:05
Status Failure
Total duration 24m 43s
Artifacts

ci.yml

on: pull_request
Lint
2m 42s
Lint
Test packages - pkg
2m 15s
Test packages - pkg
Test packages - tempodb
13m 23s
Test packages - tempodb
Test packages - tempodb/wal
11m 4s
Test packages - tempodb/wal
Test packages - others
9m 0s
Test packages - others
Test integration e2e suite
24m 30s
Test integration e2e suite
Test serverless integration e2e suite
6m 1s
Test serverless integration e2e suite
Build
1m 32s
Build
Benchmark
8m 41s
Benchmark
Vendor check
1m 12s
Vendor check
Check jsonnet & tempo-mixin
1m 18s
Check jsonnet & tempo-mixin
Build technical documentation
19s
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 `&limit=50&maxDuration=30ms&minDuration=10ms&spss=3&start=` has 4 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#L954
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
Lint: modules/generator/overrides_test.go#L55
unused-parameter: parameter 'userID' seems to be unused, consider removing or renaming it as _ (revive)