feat(state): allow storing of state in tmpfs instead of disk #7334
ci.yml
on: pull_request
Format
28s
Vet
2m 55s
Lint
6m 44s
Build
2m 41s
Parallel
4m 16s
Unit Test
11m 35s
License
20s
Annotations
12 errors
|
Vet
Process completed with exit code 1.
|
|
Vet
not enough arguments in call to GenerateMachineStateFromPodEntries
|
|
Vet
cannot use generateTestMachineStateFromPodEntries (value of type func(topology *machine.CPUTopology, _ PodEntries) (NUMANodeMap, error)) as GenerateMachineStateFromPodEntriesFunc value in struct literal
|
|
Parallel
Process completed with exit code 1.
|
|
Parallel:
pkg/agent/qrm-plugins/memory/dynamicpolicy/state/state_test.go#L158
not enough arguments in call to GenerateMachineStateFromPodEntries
|
|
Parallel:
pkg/agent/qrm-plugins/cpu/dynamicpolicy/state/state_test.go#L3354
cannot use generateTestMachineStateFromPodEntries (value of type func(topology *"github.com/kubewharf/katalyst-core/pkg/util/machine".CPUTopology, _ PodEntries) (NUMANodeMap, error)) as GenerateMachineStateFromPodEntriesFunc value in struct literal
|
|
Lint
issues found
|
|
Lint:
pkg/agent/qrm-plugins/memory/dynamicpolicy/state/state_test.go#L158
not enough arguments in call to GenerateMachineStateFromPodEntries
|
|
Lint:
pkg/agent/qrm-plugins/cpu/dynamicpolicy/state/state_test.go#L3354
cannot use generateTestMachineStateFromPodEntries (value of type func(topology *"github.com/kubewharf/katalyst-core/pkg/util/machine".CPUTopology, _ PodEntries) (NUMANodeMap, error)) as GenerateMachineStateFromPodEntriesFunc value in struct literal (typecheck)
|
|
Unit Test
Process completed with exit code 1.
|
|
Unit Test:
pkg/agent/qrm-plugins/memory/dynamicpolicy/state/state_test.go#L158
not enough arguments in call to GenerateMachineStateFromPodEntries
|
|
Unit Test:
pkg/agent/qrm-plugins/cpu/dynamicpolicy/state/state_test.go#L3354
cannot use generateTestMachineStateFromPodEntries (value of type func(topology *machine.CPUTopology, _ PodEntries) (NUMANodeMap, error)) as type GenerateMachineStateFromPodEntriesFunc in struct literal
|