[storage] Remove distinction between primary and archive
storage interfaces
#12063
Annotations
10 errors and 2 warnings
unit-tests:
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
|
unit-tests:
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
|
unit-tests:
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
|
unit-tests:
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
|
unit-tests:
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
|
unit-tests:
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
|
unit-tests:
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
|
unit-tests:
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
|
unit-tests:
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
|
unit-tests:
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
|
unit-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit-tests
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|