Skip to content

GO-4146: Estimate db size #5434

GO-4146: Estimate db size

GO-4146: Estimate db size #5434

Triggered via pull request January 21, 2025 16:55
Status Failure
Total duration 6m 54s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
unit-test: core/acl/aclservice_test.go#L146
undefined: headupdater.HeadUpdater
unit-test: core/acl/aclservice_test.go#L198
cannot use fx.mockClientSpace (variable of type *mock_clientspace.MockSpace) as clientspace.Space value in argument to fx.mockSpaceService.EXPECT().Get(ctx, "spaceId").Return: *mock_clientspace.MockSpace does not implement clientspace.Space (wrong type for method Storage)
unit-test: core/acl/aclservice_test.go#L199
cannot use fx.mockCommonSpace (variable of type *mock_commonspace.MockSpace) as commonspace.Space value in argument to fx.mockClientSpace.EXPECT().CommonSpace().Return: *mock_commonspace.MockSpace does not implement commonspace.Space (wrong type for method Description)
unit-test: core/acl/aclservice_test.go#L226
cannot use fx.mockClientSpace (variable of type *mock_clientspace.MockSpace) as clientspace.Space value in argument to fx.mockSpaceService.EXPECT().Get(ctx, "spaceId").Return: *mock_clientspace.MockSpace does not implement clientspace.Space (wrong type for method Storage)
unit-test: core/acl/aclservice_test.go#L227
cannot use fx.mockCommonSpace (variable of type *mock_commonspace.MockSpace) as commonspace.Space value in argument to fx.mockClientSpace.EXPECT().CommonSpace().Return: *mock_commonspace.MockSpace does not implement commonspace.Space (wrong type for method Description)
unit-test: core/acl/aclservice_test.go#L329
undefined: list.NewTestDerivedAcl
unit-test: core/acl/aclservice_test.go#L360
undefined: list.NewTestDerivedAcl
unit-test: core/acl/aclservice_test.go#L496
cannot use mockSpace (variable of type *mock_clientspace.MockSpace) as clientspace.Space value in argument to fx.mockSpaceService.EXPECT().Get(ctx, spaceId).Return: *mock_clientspace.MockSpace does not implement clientspace.Space (wrong type for method Storage)
unit-test: core/acl/aclservice_test.go#L497
cannot use mockCommonSpace (variable of type *mock_commonspace.MockSpace) as commonspace.Space value in argument to mockSpace.EXPECT().CommonSpace().Return: *mock_commonspace.MockSpace does not implement commonspace.Space (wrong type for method Description)
unit-test: core/acl/aclservice_test.go#L543
cannot use mockSpace (variable of type *mock_clientspace.MockSpace) as clientspace.Space value in argument to fx.mockSpaceService.EXPECT().Get(ctx, spaceId).Return: *mock_clientspace.MockSpace does not implement clientspace.Space (wrong type for method Storage)