Skip to content

k8s fixes for network access #1316

k8s fixes for network access

k8s fixes for network access #1316

Triggered via push November 17, 2023 19:51
Status Failure
Total duration 2m 29s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
test: pkg/engine2/enginetesting/test_solution.go#L40
cannot use &sol.KB (value of type *MockKB) as knowledgebase2.TemplateKB value in return statement: *MockKB does not implement knowledgebase2.TemplateKB (missing method GetPathSatisfactionsFromEdge)
test: pkg/engine2/enginetesting/test_solution.go#L58
cannot use testOperationalView{…} (value of type testOperationalView) as solution_context.OperationalView value in return statement: testOperationalView does not implement solution_context.OperationalView (missing method MakeEdgesOperational)
test: pkg/engine2/operational_eval/graph_test.go#L22
unknown field DAG in struct literal of type knowledgebase2.DynamicValueContext
test: pkg/engine2/operational_eval/graph_test.go#L75
unknown field Path in struct literal of type propertyVertex
test: pkg/engine2/operational_eval/graph_test.go#L76
cannot use knowledgebase.Property{…} (value of type knowledgebase2.Property) as *knowledgebase2.Property value in struct literal
test: pkg/engine2/operational_eval/graph_test.go#L81
unknown field Constraints in struct literal of type propertyVertex
test: pkg/engine2/operational_eval/graph_test.go#L84
v.depsForProp undefined (type *propertyVertex has no field or method depsForProp)
test
Process completed with exit code 1.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/