Bug 1859916
Summary: | [sig-cli] oc adm must-gather runs successfully | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Nikolaos Leandros Moraitis <nmoraiti> |
Component: | oc | Assignee: | Maciej Szulik <maszulik> |
Status: | CLOSED DUPLICATE | QA Contact: | zhou ying <yinzhou> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.6 | CC: | aos-bugs, jokerman, mfojtik, wking |
Target Milestone: | --- | ||
Target Release: | 4.6.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: |
[sig-cli] oc adm must-gather runs successfully
|
|
Last Closed: | 2020-08-11 10:27:32 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
Nikolaos Leandros Moraitis
2020-07-23 10:04:28 UTC
A possible fix is in the works, which is changing the tests and making it more resilient. See https://github.com/openshift/origin/pull/25283 PR landed. I've filed bug 1861201 for the new-ish 'oc adm must-gather runs successfully for audit logs' flake. Seems the fixed PR involved new issue, the test : "[sig-cli] oc adm must-gather runs successfully with options" is failing frequently in CI Always see error: [sig-cli] oc adm must-gather runs successfully with options [Suite:openshift/conformance/parallel] expand_less 1m19s fail [github.com/openshift/origin/test/extended/cli/mustgather.go:198]: Expected success, but got an error: <*util.ExitError | 0xc002248750>: { Cmd: "oc --namespace=e2e-test-oc-adm-must-gather-69f8x --kubeconfig=/tmp/admin.kubeconfig adm must-gather --dest-dir /tmp/test.oc-adm-must-gather.929254864 --source-dir /artifacts -- /bin/bash -c ls -l > /artifacts/ls.log", StdErr: "[must-gather ] OUT Using must-gather plugin-in image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b94584fdb5a5967a27bebce78cfac7e4320b7b2a6c21bbcf1f1cf04a05674236\n[must-gather ] OUT namespace/openshift-must-gather-vsrps created\n[must-gather ] OUT clusterrolebinding.rbac.authorization.k8s.io/must-gather-rhxx8 created\n[must-gather ] OUT pod for plug-in image quay.io/openshi\n...\npods/must-gather-4rgj7: unexpected EOF\n[must-gather ] OUT clusterrolebinding.rbac.authorization.k8s.io/must-gather-rhxx8 deleted\n[must-gather ] OUT namespace/openshift-must-gather-vsrps deleted\nerror: gather did not start for pod must-gather-4rgj7: Get https://api.ci-op-y4hddz6t-0a3ce.libvirt-ppc64le-01:6443/api/v1/namespaces/openshift-must-gather-vsrps/pods/must-gather-4rgj7: unexpected EOF", ExitError: { ProcessState: { pid: 31408, status: 256, rusage: { Utime: {Sec: 0, Usec: 189057}, Stime: {Sec: 0, Usec: 62359}, Maxrss: 83540, Ixrss: 0, Idrss: 0, Isrss: 0, Minflt: 12064, Majflt: 0, Nswap: 0, Inblock: 0, Oublock: 0, Msgsnd: 0, Msgrcv: 0, Nsignals: 0, Nvcsw: 1164, Nivcsw: 1, }, }, Stderr: nil, }, } exit status 1 Expected results: *** This bug has been marked as a duplicate of bug 1861746 *** |