Skip to content

Add optional time window for GetTrace & SearchTrace of http_handler #5139

Add optional time window for GetTrace & SearchTrace of http_handler

Add optional time window for GetTrace & SearchTrace of http_handler #5139

Triggered via pull request November 25, 2024 23:32
Status Failure
Total duration 4m 1s
Artifacts

ci-lint-checks.yaml

on: pull_request
lint
3m 46s
lint
pull-request-preconditions
12s
pull-request-preconditions
dco-check
12s
dco-check
generated-files-check
36s
generated-files-check
lint-shell-scripts
13s
lint-shell-scripts
Fit to window
Zoom out
Zoom in

Annotations

11 errors
generated-files-check
Process completed with exit code 1.
lint: proto-gen/storage_v1/storage.pb.go#L1172
interceptor (variable of type grpc.UnaryServerInterceptor) is not used
lint: proto-gen/storage_v1/storage.pb.go#L1176
non-boolean condition in if statement (typecheck)
lint: cmd/collector/main.go#L9
"io" imported and not used (typecheck)
lint: cmd/ingester/main.go#L8
"io" imported and not used (typecheck)
lint: cmd/query/main.go#L26
could not import github.com/jaegertracing/jaeger/cmd/query/app (-: # github.com/jaegertracing/jaeger/cmd/query/app
lint: cmd/query/app/grpc_handler.go#L120
invalid operation: r.StartTime != nil (mismatched types time.Time and untyped nil)
lint: cmd/query/app/grpc_handler.go#L121
invalid operation: cannot indirect r.StartTime (variable of type time.Time)
lint: cmd/query/app/grpc_handler.go#L123
invalid operation: r.EndTime != nil (mismatched types time.Time and untyped nil)
lint: cmd/query/app/grpc_handler.go#L124
invalid operation: cannot indirect r.EndTime (variable of type time.Time)) (typecheck)
lint: proto-gen/storage_v1/mocks/ArchiveSpanReaderPluginClient.go#L17
could not import github.com/jaegertracing/jaeger/proto-gen/storage_v1 (-: # github.com/jaegertracing/jaeger/proto-gen/storage_v1