-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.17
-
Moderate
-
None
-
MCO Sprint 258
-
1
-
False
-
Description of problem:
The e2e test, TestMetrics, is repeatedly failing with the following failure message: === RUN TestMetrics utils.go:135: Setting up pool metrics utils.go:636: Applied label "node-role.kubernetes.io/metrics" to node ci-op-k925dznq-1354f-vhpxw-worker-a-sjv6q utils.go:722: Created MachineConfigPool "metrics" utils.go:140: Target Node: ci-op-k925dznq-1354f-vhpxw-worker-a-sjv6q utils.go:124: No MachineConfig provided, will wait for pool "metrics" to include MachineConfig "00-worker" utils.go:252: Pool metrics has rendered configs [00-worker] with rendered-metrics-688bea8bcb23f911e27b5d530a7385bb (waited 6.039157947s) utils.go:286: Pool metrics has completed rendered-metrics-688bea8bcb23f911e27b5d530a7385bb (waited 1m14.043792995s) utils.go:145: Error Trace: /go/src/github.com/openshift/machine-config-operator/test/helpers/utils.go:145 /go/src/github.com/openshift/machine-config-operator/test/e2e/mco_test.go:149 Error: Expected nil, but got: &fmt.wrapError{msg:"node config change did not occur (waited 37.479869ms): nodes \"ci-op-k925dznq-1354f-vhpxw-worker-a-sjv6q\" not found", err:(*errors.StatusError)(0xc00071a8c0)} Test: TestMetrics
Version-Release number of selected component (if applicable):
How reproducible:
Sporadically, but could potentially block e2e.
Steps to Reproduce:
Run the e2e-gcp-op test
Actual results:
=== RUN TestMetrics utils.go:135: Setting up pool metrics utils.go:636: Applied label "node-role.kubernetes.io/metrics" to node ci-op-k925dznq-1354f-vhpxw-worker-a-sjv6q utils.go:722: Created MachineConfigPool "metrics" utils.go:140: Target Node: ci-op-k925dznq-1354f-vhpxw-worker-a-sjv6q utils.go:124: No MachineConfig provided, will wait for pool "metrics" to include MachineConfig "00-worker" utils.go:252: Pool metrics has rendered configs [00-worker] with rendered-metrics-688bea8bcb23f911e27b5d530a7385bb (waited 6.039157947s) utils.go:286: Pool metrics has completed rendered-metrics-688bea8bcb23f911e27b5d530a7385bb (waited 1m14.043792995s) utils.go:145: Error Trace: /go/src/github.com/openshift/machine-config-operator/test/helpers/utils.go:145 /go/src/github.com/openshift/machine-config-operator/test/e2e/mco_test.go:149 Error: Expected nil, but got: &fmt.wrapError{msg:"node config change did not occur (waited 37.479869ms): nodes \"ci-op-k925dznq-1354f-vhpxw-worker-a-sjv6q\" not found", err:(*errors.StatusError)(0xc00071a8c0)} Test: TestMetrics
Expected results:
The test should pass
Additional info: