-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
4.18
-
None
-
None
-
Rejected
-
False
-
downstream unit tests are not running in 4.17+ branches and tracked in this bug
we have work in place to get the tests running again, but the unit tests are failing
and we need to get those resolved before letting the unit tests run again otherwise
all PRs will fail the 'unit' check.
this PR does some hacks in openshift/ovn-kubernetes to let the tests run and
the results log is here. the tests that fail are below:
Summarizing 5 Failures: [Fail] SecondaryNodeNetworkController [BeforeEach] should return networkID from one of the nodes in the cluster /go/src/github.com/openshift/ovn-kubernetes/go-controller/pkg/node/secondary_node_network_controller_test.go:68 [Fail] SecondaryNodeNetworkController [BeforeEach] should return invalid networkID if network not found /go/src/github.com/openshift/ovn-kubernetes/go-controller/pkg/node/secondary_node_network_controller_test.go:68 [Fail] SecondaryNodeNetworkController [BeforeEach] ensure UDNGateway is not invoked when feature gate is OFF /go/src/github.com/openshift/ovn-kubernetes/go-controller/pkg/node/secondary_node_network_controller_test.go:68 [Fail] SecondaryNodeNetworkController [BeforeEach] ensure UDNGateway is invoked for Primary UDNs when feature gate is ON /go/src/github.com/openshift/ovn-kubernetes/go-controller/pkg/node/secondary_node_network_controller_test.go:68 [Fail] SecondaryNodeNetworkController [BeforeEach] ensure UDNGateway is not invoked for Primary UDNs when feature gate is ON but network is not Primary /go/src/github.com/openshift/ovn-kubernetes/go-controller/pkg/node/secondary_node_network_controller_test.go:68
- blocks
-
OCPBUGS-39307 unit tests are not run downstream in 4.18 and 4.17
- POST