-
Bug
-
Resolution: Done
-
Normal
-
4.19.0
-
Quality / Stability / Reliability
-
False
-
-
3
-
Moderate
-
None
-
None
-
None
-
WINC - Sprint 270
-
1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
The test TestWMCO/network fails due to an unexpected error in network_test.go
CI job exposing the failure
https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_windows-machine-config-operator/2742/pull-ci-openshift-windows-machine-config-operator-master-azure-e2e-operator/1897306692425617408#1:build-log.txt%3A592
How reproducible:
Variable
Actual results:
Test fails with the following error message:
Error Trace: /go/src/github.com/openshift/windows-machine-config-operator/test/e2e/network_test.go:54 Error: Received unexpected error: oc cp failed with exit code exit status 1 and output: tar: Removing leading '/' from member names Dropping out copy after 0 retries : error: unexpected EOF Test: TestWMCO/network
Expected results:
Test should pass without unexpected errors.
Additional info:
- The issue seems related to oc cp command failing.
- Possible causes: network issues, permissions, or tar extraction failure.
- Further investigation needed to determine the root cause.