Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Validate sort order in admin.ResourceListRequest #1278

Validate sort order in admin.ResourceListRequest

Validate sort order in admin.ResourceListRequest #1278

Triggered via pull request August 23, 2023 07:17
Status Failure
Total duration 6m 59s
Artifacts

checks.yml

on: pull_request
Docker Build Images  /  Build Docker Image
4m 7s
Docker Build Images / Build Docker Image
End2End Test  /  End to End tests
End2End Test / End to End tests
Integration Test  /  Integration tests
Integration Test / Integration tests
Bump Version  /  Bump Version
Bump Version / Bump Version
Build & Push Flyteadmin Image  /  Push to Github Registry
Build & Push Flyteadmin Image / Push to Github Registry
Build & Push Flytescheduler Image  /  Push to Github Registry
Build & Push Flytescheduler Image / Push to Github Registry
Goreleaser  /  Goreleaser
Goreleaser / Goreleaser
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 2 warnings
Docker Build Images / Build Docker Image
Process completed with exit code 1.
Unit Tests / Run Unit Test: pkg/clusterresource/impl/shared.go#L20
not enough arguments in call to common.NewSortParameter
Unit Tests / Run Unit Test: pkg/common/sorting_test.go#L11
not enough arguments in call to NewSortParameter
Unit Tests / Run Unit Test: pkg/common/sorting_test.go#L16
sortParameter.GetGormOrderExpr undefined (type []SortParameter has no field or method GetGormOrderExpr)
Unit Tests / Run Unit Test: pkg/common/sorting_test.go#L20
not enough arguments in call to NewSortParameter
Unit Tests / Run Unit Test: pkg/common/sorting_test.go#L25
sortParameter.GetGormOrderExpr undefined (type []SortParameter has no field or method GetGormOrderExpr)
Unit Tests / Run Unit Test: pkg/manager/impl/execution_manager_test.go#L2985
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
Unit Tests / Run Unit Test: pkg/manager/impl/execution_manager_test.go#L3971
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
Unit Tests / Run Unit Test: pkg/manager/impl/launch_plan_manager_test.go#L1101
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
Unit Tests / Run Unit Test: pkg/manager/impl/launch_plan_manager_test.go#L1198
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
Unit Tests / Run Unit Test: pkg/manager/impl/launch_plan_manager_test.go#L1285
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
Lint / Run Lint: pkg/clusterresource/controller.go#L37
could not import github.com/flyteorg/flyteadmin/pkg/clusterresource/impl (-: # github.com/flyteorg/flyteadmin/pkg/clusterresource/impl
Lint / Run Lint: pkg/clusterresource/impl/shared.go#L20
not enough arguments in call to common.NewSortParameter
Lint / Run Lint: pkg/clusterresource/impl/shared.go#L20
not enough arguments in call to common.NewSortParameter
Lint / Run Lint: pkg/clusterresource/impl/db_admin_data_provider_test.go#L108
input.SortParameters.GetGormOrderExpr undefined (type []common.SortParameter has no field or method GetGormOrderExpr) (typecheck)
Lint / Run Lint: pkg/common/sorting_test.go#L11
not enough arguments in call to NewSortParameter
Lint / Run Lint: pkg/common/sorting_test.go#L16
sortParameter.GetGormOrderExpr undefined (type []SortParameter has no field or method GetGormOrderExpr)
Lint / Run Lint: pkg/common/sorting_test.go#L20
not enough arguments in call to NewSortParameter
Lint / Run Lint: pkg/common/sorting_test.go#L25
sortParameter.GetGormOrderExpr undefined (type []SortParameter has no field or method GetGormOrderExpr) (typecheck)
Lint / Run Lint: pkg/manager/impl/execution_manager_test.go#L2985
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
Lint / Run Lint: pkg/manager/impl/execution_manager_test.go#L3971
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
Check Go Generate / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
Docker Build Images / Build Docker Image
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/