EC v2 to v2 upgrades #17300
Annotations
10 errors
vet:
pkg/handlers/embedded_cluster_node_join_command_test.go#L245
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to store.SetStore: *mock_store.MockStore does not implement store.Store (missing method GetPlan)
|
vet:
pkg/handlers/metadata_test.go#L666
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to GetMetadataHandler: *mock_store.MockStore does not implement store.Store (missing method GetPlan)
|
vet:
pkg/handlers/metrics_test.go#L125
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to handler.GetSendCustomAppMetricsHandler: *mock_store.MockStore does not implement store.Store (missing method GetPlan)
|
vet:
pkg/handlers/session_test.go#L109
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in struct literal: *mock_store.MockStore does not implement store.Store (missing method GetPlan)
|
vet:
pkg/handlers/session_test.go#L123
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in struct literal: *mock_store.MockStore does not implement store.Store (missing method GetPlan)
|
vet:
pkg/handlers/session_test.go#L181
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in struct literal: *mock_store.MockStore does not implement store.Store (missing method GetPlan)
|
vet:
pkg/handlers/session_test.go#L195
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in struct literal: *mock_store.MockStore does not implement store.Store (missing method GetPlan)
|
vet:
pkg/handlers/session_test.go#L251
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to requireValidSession: *mock_store.MockStore does not implement store.Store (missing method GetPlan)
|
vet:
pkg/handlers/session_test.go#L286
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to requireValidSession: *mock_store.MockStore does not implement store.Store (missing method GetPlan)
|
vet:
pkg/handlers/session_test.go#L323
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to requireValidSession: *mock_store.MockStore does not implement store.Store (missing method GetPlan)
|
Loading