[storage] Remove distinction between primary and archive
storage interfaces
#6509
Annotations
10 errors and 2 warnings
Run make lint:
cmd/jaeger/internal/extension/jaegerstorage/config_test.go#L86
cfg.TraceBackends["some_storage"].Cassandra.Primary undefined (type *"github.com/jaegertracing/jaeger/plugin/storage/cassandra".Options has no field or method Primary) (typecheck)
|
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
|
Run make lint:
cmd/query/app/token_propagation_test.go#L84
f.Options.Primary undefined (type *"github.com/jaegertracing/jaeger/plugin/storage/es".Options has no field or method Primary) (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
|
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