Skip to content

Include patch link in rawResource response #253

Include patch link in rawResource response

Include patch link in rawResource response #253

Triggered via pull request January 16, 2025 10:49
Status Failure
Total duration 54s
Artifacts

tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
test: pkg/server/server_test.go#L245
cannot use accessControl (variable of type *fakes.MockAccessControl) as "github.com/rancher/apiserver/pkg/types".AccessControl value in struct literal: *fakes.MockAccessControl does not implement "github.com/rancher/apiserver/pkg/types".AccessControl (missing method CanPatch)
test: pkg/server/server_test.go#L268
cannot use accessControl (variable of type *fakes.MockAccessControl) as "github.com/rancher/apiserver/pkg/types".AccessControl value in struct literal: *fakes.MockAccessControl does not implement "github.com/rancher/apiserver/pkg/types".AccessControl (missing method CanPatch)
test: pkg/server/server_test.go#L296
impossible type assertion: apiRequest.AccessControl.(*fakes.MockAccessControl)
test: pkg/server/server_test.go#L319
cannot use accessControl (variable of type *fakes.MockAccessControl) as "github.com/rancher/apiserver/pkg/types".AccessControl value in assignment: *fakes.MockAccessControl does not implement "github.com/rancher/apiserver/pkg/types".AccessControl (missing method CanPatch)
test: pkg/subscribe/watcher_test.go#L121
cannot use &mockAC{…} (value of type *mockAC) as "github.com/rancher/apiserver/pkg/types".AccessControl value in assignment: *mockAC does not implement "github.com/rancher/apiserver/pkg/types".AccessControl (missing method CanPatch)
test
Process completed with exit code 2.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636