Bug 2007710
| Summary: | ci/prow/e2e-agnostic-cmd job is failing on prow | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Alice Rum <irum> |
| Component: | oc | Assignee: | Ross Peoples <rpeoples> |
| oc sub component: | oc | QA Contact: | zhou ying <yinzhou> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | adam.kaplan, aos-bugs, maszulik, mfojtik |
| Version: | 4.10 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-03-11 18:15:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Alice Rum
2021-09-24 16:29:21 UTC
Test appears to be perm-failing since September 17th, 2021.
Common error:
FAILURE after 0.000s: test/cmd/basicresources.sh:192: executing 'oc create -f ${TEST_DATA}/multiport-service.yaml' expecting success: the command returned the wrong error code
There was no output from the command.
Standard error from the command:
error: the path "/var/tests/test/cmd/testdata/multiport-service.yaml" does not exist
Looks like this PR removed the needed file: https://github.com/openshift/origin/pull/26415 The multi-service test failure appears to be fixed, but a new one just cropped up:
```
Running test/cmd/help.sh:22: executing 'oc adm ca' expecting failure and text 'Manage certificates'...
FAILURE after 0.000s: test/cmd/help.sh:22: executing 'oc adm ca' expecting failure and text 'Manage certificates': the output content test failed
There was no output from the command.
Standard error from the command:
error: unknown command "ca"
See 'oc adm -h' for help and examples
[ERROR] hack/lib/cmd.sh:41: `return "${return_code}"` exited with status 1.
```
|