[storage] Remove distinction between primary and archive
storage interfaces
#6504
Annotations
10 errors and 2 warnings
Run make lint:
cmd/query/app/flags_test.go#L95
cannot use &mocks.Factory{} (value of type *"github.com/jaegertracing/jaeger/storage/mocks".Factory) as *"github.com/jaegertracing/jaeger/plugin/storage".Factory value in argument to qOpts.BuildQueryServiceOptions
|
Run make lint:
cmd/query/app/flags_test.go#L112
cannot use comboFactory (variable of type struct{*"github.com/jaegertracing/jaeger/storage/mocks".Factory; *"github.com/jaegertracing/jaeger/storage/mocks".ArchiveFactory}) as *"github.com/jaegertracing/jaeger/plugin/storage".Factory value in argument to qOpts.BuildQueryServiceOptions
|
Run make lint:
cmd/query/app/flags_test.go#L125
cannot use &mocks.Factory{} (value of type *"github.com/jaegertracing/jaeger/storage/mocks".Factory) as *"github.com/jaegertracing/jaeger/plugin/storage".Factory value in argument to qOpts.BuildQueryServiceOptionsV2
|
Run make lint:
cmd/query/app/flags_test.go#L142
cannot use comboFactory (variable of type struct{*"github.com/jaegertracing/jaeger/storage/mocks".Factory; *"github.com/jaegertracing/jaeger/storage/mocks".ArchiveFactory}) as *"github.com/jaegertracing/jaeger/plugin/storage".Factory value in argument to qOpts.BuildQueryServiceOptionsV2
|
Run make lint:
cmd/query/app/flags_test.go#L156
cannot use &mocks.Factory{} (value of type *"github.com/jaegertracing/jaeger/storage/mocks".Factory) as *"github.com/jaegertracing/jaeger/plugin/storage".Factory value in argument to qOpts.BuildQueryServiceOptionsV2 (typecheck)
|
Run make lint:
cmd/remote-storage/app/server_test.go#L55
cannot use factory (variable of type *"github.com/jaegertracing/jaeger/storage/mocks".Factory) as *"github.com/jaegertracing/jaeger/plugin/storage".Factory value in argument to NewServer
|
Run make lint:
cmd/remote-storage/app/server_test.go#L136
cannot use storageMocks.factory (variable of type *"github.com/jaegertracing/jaeger/storage/mocks".Factory) as *"github.com/jaegertracing/jaeger/plugin/storage".Factory value in argument to NewServer
|
Run make lint:
cmd/remote-storage/app/server_test.go#L145
cannot use storageMocks.factory (variable of type *"github.com/jaegertracing/jaeger/storage/mocks".Factory) as *"github.com/jaegertracing/jaeger/plugin/storage".Factory value in argument to createGRPCHandler
|
Run make lint:
cmd/remote-storage/app/server_test.go#L352
cannot use storageMocks.factory (variable of type *"github.com/jaegertracing/jaeger/storage/mocks".Factory) as *"github.com/jaegertracing/jaeger/plugin/storage".Factory value in argument to NewServer
|
Run make lint:
cmd/remote-storage/app/server_test.go#L403
cannot use storageMocks.factory (variable of type *"github.com/jaegertracing/jaeger/storage/mocks".Factory) as *"github.com/jaegertracing/jaeger/plugin/storage".Factory value in argument to NewServer (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading