Skip to content

Add optional time window in TraceGetParameters #10641

Add optional time window in TraceGetParameters

Add optional time window in TraceGetParameters #10641

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

ci-crossdock.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
crossdock: proto-gen/storage_v1/storage.pb.go#L1172
interceptor (variable of type grpc.UnaryServerInterceptor) is not used
crossdock: proto-gen/storage_v1/storage.pb.go#L1176
non-boolean condition in if statement
crossdock: cmd/query/app/grpc_handler.go#L120
invalid operation: r.StartTime != nil (mismatched types time.Time and untyped nil)
crossdock: cmd/query/app/grpc_handler.go#L121
invalid operation: cannot indirect r.StartTime (variable of type time.Time)
crossdock: cmd/query/app/grpc_handler.go#L123
invalid operation: r.EndTime != nil (mismatched types time.Time and untyped nil)
crossdock: cmd/query/app/grpc_handler.go#L124
invalid operation: cannot indirect r.EndTime (variable of type time.Time)
crossdock
Process completed with exit code 2.