Skip to content

Enable aggregates and group_by #40

Enable aggregates and group_by

Enable aggregates and group_by #40

Triggered via pull request October 18, 2024 18:25
Status Failure
Total duration 30s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Test: internal/orchestrator/reorg_handler_test.go#L24
cannot use mockMainStorage (variable of type *mocks.MockIMainStorage) as storage.IMainStorage value in struct literal: *mocks.MockIMainStorage does not implement storage.IMainStorage (wrong type for method GetLogs)
Test: internal/orchestrator/reorg_handler_test.go#L48
cannot use mockMainStorage (variable of type *mocks.MockIMainStorage) as storage.IMainStorage value in struct literal: *mocks.MockIMainStorage does not implement storage.IMainStorage (wrong type for method GetLogs)
Test: internal/orchestrator/reorg_handler_test.go#L68
cannot use mockMainStorage (variable of type *mocks.MockIMainStorage) as storage.IMainStorage value in struct literal: *mocks.MockIMainStorage does not implement storage.IMainStorage (wrong type for method GetLogs)
Test: internal/orchestrator/reorg_handler_test.go#L135
cannot use mockMainStorage (variable of type *mocks.MockIMainStorage) as storage.IMainStorage value in struct literal: *mocks.MockIMainStorage does not implement storage.IMainStorage (wrong type for method GetLogs)
Test: internal/orchestrator/reorg_handler_test.go#L155
cannot use mockMainStorage (variable of type *mocks.MockIMainStorage) as storage.IMainStorage value in struct literal: *mocks.MockIMainStorage does not implement storage.IMainStorage (wrong type for method GetLogs)
Test: internal/orchestrator/reorg_handler_test.go#L187
cannot use mockMainStorage (variable of type *mocks.MockIMainStorage) as storage.IMainStorage value in struct literal: *mocks.MockIMainStorage does not implement storage.IMainStorage (wrong type for method GetLogs)
Test: internal/orchestrator/reorg_handler_test.go#L219
cannot use mockMainStorage (variable of type *mocks.MockIMainStorage) as storage.IMainStorage value in struct literal: *mocks.MockIMainStorage does not implement storage.IMainStorage (wrong type for method GetLogs)
Test: internal/orchestrator/reorg_handler_test.go#L265
cannot use mockMainStorage (variable of type *mocks.MockIMainStorage) as storage.IMainStorage value in struct literal: *mocks.MockIMainStorage does not implement storage.IMainStorage (wrong type for method GetLogs)
Test: internal/orchestrator/reorg_handler_test.go#L296
cannot use mockMainStorage (variable of type *mocks.MockIMainStorage) as storage.IMainStorage value in struct literal: *mocks.MockIMainStorage does not implement storage.IMainStorage (wrong type for method GetLogs)
Test: internal/orchestrator/reorg_handler_test.go#L328
cannot use mockMainStorage (variable of type *mocks.MockIMainStorage) as storage.IMainStorage value in struct literal: *mocks.MockIMainStorage does not implement storage.IMainStorage (wrong type for method GetLogs)
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/