Skip to content

Tags backend

Tags backend #90

Triggered via pull request January 2, 2024 12:24
Status Cancelled
Total duration 16m 30s
Artifacts

ci.yml

on: pull_request
Lint
2m 49s
Lint
Test packages - pkg
2m 17s
Test packages - pkg
Test packages - tempodb
13m 21s
Test packages - tempodb
Test packages - tempodb/wal
10m 56s
Test packages - tempodb/wal
Test packages - others
9m 2s
Test packages - others
Test integration e2e suite
15m 59s
Test integration e2e suite
Test serverless integration e2e suite
6m 1s
Test serverless integration e2e suite
Build
1m 32s
Build
Benchmark
8m 46s
Benchmark
Vendor check
1m 20s
Vendor check
Check jsonnet & tempo-mixin
1m 17s
Check jsonnet & tempo-mixin
Build technical documentation
17s
Build technical documentation
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 5 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
Test packages - tempodb
Process completed with exit code 2.
Test integration e2e suite
Canceling since a higher priority waiting request for '1/merge-tags_backend' exists
Test integration e2e suite
The operation was canceled.
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)
Lint: integration/poller/poller_test.go#L221
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
Lint: integration/poller/poller_test.go#L232
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)