Consolidate the logic for determining downstream version status #17036
Annotations
10 errors and 1 warning
test:
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 (wrong type for method CreateAppVersion)
|
test:
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 (wrong type for method CreateAppVersion)
|
test:
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 (wrong type for method CreateAppVersion)
|
test:
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 (wrong type for method CreateAppVersion)
|
test:
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 (wrong type for method CreateAppVersion)
|
test:
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 (wrong type for method CreateAppVersion)
|
test:
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 (wrong type for method CreateAppVersion)
|
test:
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 (wrong type for method CreateAppVersion)
|
test:
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 (wrong type for method CreateAppVersion)
|
test:
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 (wrong type for method CreateAppVersion)
|
Run actions/setup-go@v5
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading