feat: add support for embedded cluster updates #15061
Annotations
10 errors
pkg/handlers/metadata_test.go#L662
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 GetEmbeddedClusterState)
|
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 GetEmbeddedClusterState)
|
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 GetEmbeddedClusterState)
|
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 GetEmbeddedClusterState)
|
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 GetEmbeddedClusterState)
|
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 GetEmbeddedClusterState)
|
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 GetEmbeddedClusterState)
|
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 GetEmbeddedClusterState)
|
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 GetEmbeddedClusterState)
|
pkg/handlers/session_test.go#L359
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 GetEmbeddedClusterState)
|
The logs for this run have expired and are no longer available.
Loading