Skip to content

feat(agent): eviction enhancement #7331

feat(agent): eviction enhancement

feat(agent): eviction enhancement #7331

Triggered via pull request November 5, 2025 06:51
Status Failure
Total duration 12m 4s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors
Format
Process completed with exit code 1.
Vet
Process completed with exit code 1.
Vet
not enough arguments in call to p.ThresholdMet
Vet
cannot use &(plugin3 literal) (value of type *plugin3) as endpoint.Endpoint value in map literal: *plugin3 does not implement endpoint.Endpoint (wrong type for method ThresholdMet)
Parallel
Process completed with exit code 1.
Parallel: pkg/agent/evictionmanager/plugin/resource/resources_test.go#L166
not enough arguments in call to p.ThresholdMet
Parallel: pkg/agent/evictionmanager/manager_test.go#L275
cannot use &(plugin3 literal) (value of type *plugin3) as endpoint.Endpoint value in map literal: *plugin3 does not implement endpoint.Endpoint (wrong type for method ThresholdMet)
Lint
issues found
Lint: pkg/agent/evictionmanager/plugin/resource/resources_test.go#L166
not enough arguments in call to p.ThresholdMet
Lint: pkg/agent/evictionmanager/manager_test.go#L275
cannot use &plugin3{} (value of type *plugin3) as "github.com/kubewharf/katalyst-core/pkg/agent/evictionmanager/endpoint".Endpoint value in map literal: *plugin3 does not implement "github.com/kubewharf/katalyst-core/pkg/agent/evictionmanager/endpoint".Endpoint (wrong type for method ThresholdMet)
Unit Test
Process completed with exit code 1.
Unit Test: pkg/agent/evictionmanager/plugin/resource/resources_test.go#L166
not enough arguments in call to p.ThresholdMet
Unit Test: pkg/agent/evictionmanager/manager_test.go#L275
cannot use &plugin3{} (value of type *plugin3) as type endpoint.Endpoint in map literal: