Skip to content

[v2][storage] Implement read path for v2 storage interface #10546

[v2][storage] Implement read path for v2 storage interface

[v2][storage] Implement read path for v2 storage interface #10546

Triggered via pull request November 16, 2024 16:40
Status Failure
Total duration 6m 18s
Artifacts

ci-unit-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
unit-tests: cmd/anonymizer/app/query/query_test.go#L62
cannot use spanReader (variable of type *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader) as "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader value in argument to querysvc.NewQueryService: *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader does not implement "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader (wrong type for method FindTraceIDs)
unit-tests: cmd/query/app/apiv3/grpc_handler_test.go#L60
cannot use tsc.reader (variable of type *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader) as "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader value in argument to querysvc.NewQueryService: *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader does not implement "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader (wrong type for method FindTraceIDs)
unit-tests: cmd/query/app/apiv3/http_gateway_test.go#L38
cannot use gw.reader (variable of type *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader) as "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader value in argument to querysvc.NewQueryService: *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader does not implement "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader (wrong type for method FindTraceIDs)
unit-tests: cmd/query/app/grpc_handler_test.go#L904
cannot use spanReader (variable of type *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader) as "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader value in argument to querysvc.NewQueryService: *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader does not implement "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader (wrong type for method FindTraceIDs)
unit-tests: cmd/query/app/grpc_handler_test.go#L1168
cannot use &spanstoremocks.Reader{} (value of type *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader) as "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader value in argument to querysvc.NewQueryService: *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader does not implement "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader (wrong type for method FindTraceIDs)
unit-tests: cmd/query/app/http_handler_test.go#L122
cannot use readStorage (variable of type *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader) as "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader value in argument to querysvc.NewQueryService: *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader does not implement "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader (wrong type for method FindTraceIDs)
unit-tests: cmd/query/app/http_handler_test.go#L202
cannot use readStorage (variable of type *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader) as "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader value in argument to querysvc.NewQueryService: *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader does not implement "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader (wrong type for method FindTraceIDs)
unit-tests: cmd/query/app/server_test.go#L337
cannot use spanReader (variable of type *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader) as "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader value in argument to querysvc.NewQueryService: *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader does not implement "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader (wrong type for method FindTraceIDs)
unit-tests: cmd/query/app/token_propagation_test.go#L87
cannot use spanReader (variable of type "github.com/jaegertracing/jaeger/storage/spanstore".Reader) as "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader value in argument to querysvc.NewQueryService: "github.com/jaegertracing/jaeger/storage/spanstore".Reader does not implement "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader (wrong type for method FindTraceIDs)
unit-tests: cmd/query/app/querysvc/query_service_test.go#L103
cannot use readStorage (variable of type *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader) as "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader value in argument to NewQueryService: *"github.com/jaegertracing/jaeger/storage/spanstore/mocks".Reader does not implement "github.com/jaegertracing/jaeger/storage_v2/spanstore".Reader (wrong type for method FindTraceIDs)