feat(agent): eviction enhancement #7331
ci.yml
on: pull_request
Format
24s
Vet
2m 57s
Lint
6m 55s
Build
2m 33s
Parallel
4m 28s
Unit Test
12m 0s
License
19s
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:
|